A newer version of this page is available.
Switch to the current version.
DrawOptions.Color Property
Gets or sets the series view or series view point color when implementing custom drawing in the chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
Color | A Color value that represents the color of either the series view or series view point. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Color |
---|---|
CustomDrawSeriesEventArgs |
|
CustomDrawSeriesEventArgs |
|
CustomDrawSeriesEventArgsBase |
|
CustomDrawSeriesEventArgsBase |
|
CustomDrawSeriesPointEventArgs |
|
CustomDrawSeriesPointEventArgs |
|
Remarks
Use the Color property to access and modify the color in the ChartControl.CustomDrawSeries or ChartControl.CustomDrawSeriesPoint event handler.
See Also
Feedback