Skip to main content

FillOptionsColor2BaseModel.Color2 Property

Gets or sets the value of the FillOptionsColor2Base.Color2 within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public Color Color2 { get; set; }

Property Value

Type Description
Color

The second fill color.

See Also