Skip to main content
A newer version of this page is available. .

ColorEachSupportSeriesView3DBaseModel.Color Property

Gets or sets the color of the modeled series.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions(-1, "Appearance")]
[DependentUpon("ColorEach")]
public Color Color { get; set; }

Property Value

Type Description
Color

The series color.

See Also