DrawOptions Class
In This Article
Represents a class that contains settings for custom drawing series of different view types.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
The CustomDrawSeriesEventArgs.DrawOptions property returns an instance of DrawOptions.
#Remarks
Instances of the DrawOptions class are passed to the ChartControl.CustomDrawSeries and ChartControl.CustomDrawSeriesPoint events, and can be accessed via the CustomDrawSeriesEventArgs.DrawOptions property.
In these event handlers, you can customize the DrawOptions.Color property of the DrawOptions class.
See Also