ChartPaintEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the paint events of the Chart control.
public ref class ChartPaintEventArgs : EventArgs
public class ChartPaintEventArgs : EventArgs
type ChartPaintEventArgs = class
inherit EventArgs
Public Class ChartPaintEventArgs
Inherits EventArgs
- Inheritance
Remarks
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.
Properties
Chart |
Gets the root Chart object. |
ChartElement |
Gets an object for the event. |
ChartGraphics |
Gets a ChartGraphics object. |
Position |
Gets an ElementPosition object. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |