ColorEachSupportSeriesViewBaseModel.Color Property
Gets or sets the color of the modeled series.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions(-1, "Appearance")]
[DependentUpon("ColorEach")]
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | The series color. |
See Also