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

FillOptionsColor2BaseModel.Color2 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Color

The second fill color.

See Also