ChartPaintEventArgs Class

Definition

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
ChartPaintEventArgs

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)

Applies to