Back to Devexpress

CustomDrawSeriesEventArgsBase Class

corelibraries-devexpress-dot-xtracharts-801046fe.md

latest2.5 KB
Original Source

CustomDrawSeriesEventArgsBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[RuntimeObject]
public abstract class CustomDrawSeriesEventArgsBase :
    EventArgs,
    ILegendItemOptions
vb
<RuntimeObject>
Public MustInherit Class CustomDrawSeriesEventArgsBase
    Inherits EventArgs
    Implements 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.

Inheritance

Object EventArgs CustomDrawSeriesEventArgsBase CustomDrawSeriesEventArgs

CustomDrawSeriesPointEventArgs

See Also

CustomDrawSeriesEventArgsBase Members

ChartControl.CustomDrawSeries

ChartControl.CustomDrawSeriesPoint

WebChartControl.CustomDrawSeries

WebChartControl.CustomDrawSeriesPoint

ChartControlSettings.CustomDrawSeries

ChartControlSettings.CustomDrawSeriesPoint

DevExpress.XtraCharts Namespace