Skip to main content
A newer version of this page is available. .

CustomDrawSeriesEventArgsBase Class

The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[RuntimeObject]
public abstract class CustomDrawSeriesEventArgsBase :
    EventArgs,
    ILegendItemOptions

Remarks

Important

Note, that if you change properties of the chart elements that are available only via getters (e.g., CustomDrawSeriesEventArgsBase.Series), these changes will not be effected. To make changes that should be effected, use the CustomDrawSeriesEventArgsBase.SeriesDrawOptions property.

See Also