Skip to main content

ReductionStockOptions.Brush Property

Gets or sets the color of the price reduction.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public SolidColorBrush Brush { get; set; }

#Property Value

Type Description
SolidColorBrush

A SolidColorBrush value that specifies the price reduction's color.

#Property Paths

You can access the ReductionStockOptions.Brush property from the following objects:

Object Type Path to Brush
CandleStickSeries2D
FinancialSeries2D
StockSeries2D
See Also