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

ReductionStockOptionsModel.Color Property

Gets or sets the value of the ReductionStockOptions.Color within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Color

The color specifying the price reduction.

Property Paths

You can access this nested property as listed below:

Object Type Path to Color
CandleStickSeriesViewModel
FinancialSeriesViewBaseModel
StockSeriesViewModel
See Also