CustomDrawSeriesEventArgsBase Class
In This Article
The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.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.
See Also