ChartPaintEventArgs.ChartGraphics Vlastnost

Definice

ChartGraphics Získá objekt.

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

Hodnota vlastnosti

Objekt ChartGraphics .

Poznámky

Pomocí této vlastnosti objektu během události malování můžete:

  • Pomoc s převodem relativních souřadnic a/nebo absolutních souřadnic grafu.

  • Vlastní kreslení pomocí objektu GDI+ Graphics .

Platí pro