Skip to main content

ReductionStockOptions.Color Property

Gets or sets the color of the price reduction.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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
FinancialDrawOptions
FinancialSeriesViewBase

Remarks

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

See Also