Back to Devexpress

ReductionStockOptions.Brush Property

wpf-devexpress-dot-xpf-dot-charts-dot-reductionstockoptions.md

latest1.5 KB
Original Source

ReductionStockOptions.Brush Property

Gets or sets the color of a price reduction.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SolidColorBrush Brush { get; set; }
vb
Public Property Brush As SolidColorBrush

Property Value

TypeDescription
SolidColorBrush

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Brush
FinancialSeries2D

.ReductionOptions .Brush

|

See Also

Enabled

ReductionStockOptions Class

ReductionStockOptions Members

DevExpress.Xpf.Charts Namespace