CustomDrawSeriesEventArgsBase Class
The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.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