ChartPaintEventArgs.ChartGraphics 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ChartGraphics 物件。
public:
property System::Windows::Forms::DataVisualization::Charting::ChartGraphics ^ ChartGraphics { System::Windows::Forms::DataVisualization::Charting::ChartGraphics ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.ChartGraphics ChartGraphics { get; }
member this.ChartGraphics : System.Windows.Forms.DataVisualization.Charting.ChartGraphics
Public ReadOnly Property ChartGraphics As ChartGraphics
屬性值
ChartGraphics 物件。
備註
在繪製事件期間使用此物件屬性來:
協助轉換與相對和/或絕對圖表座標。
使用 GDI+ Graphics 物件執行自訂繪圖。