ChartPaintEventArgs Class
Provides data for the paint events of the Chart control.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
System::EventArgs
System.Windows.Forms.DataVisualization.Charting::ChartPaintEventArgs
| Name | Description | |
|---|---|---|
![]() | Chart | Gets the root Chart object. |
![]() | ChartElement | Gets an Object for the event. |
![]() | ChartGraphics | Gets a ChartGraphics object. |
![]() | Position | Gets an ElementPosition object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A ChartPaintEventArgs object is used to set chart properties during the PostPaint and PrePaint events of the Chart control.
The Position property allows you to position chart elements, and the ChartGraphics property facilitates GDI+ drawing operations.
The Chart property gives the developer access to the root Chart object, which can be used to set various properties of the chart.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


