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

ReductionStockOptions.Color Property

Gets or sets the color of the price reduction.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the price reduction’s color.

Property Paths

You can access this nested property as listed below:

Object Type Path to Color
CandleStickDrawOptions
CandleStickSeriesView
FinancialDrawOptions
FinancialSeriesViewBase
StockDrawOptions
StockSeriesView

Remarks

Use the Color property to specify a color to indicate the price reduction.

See Also