Back to Devexpress

ReductionStockOptionsModel.ColorMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-reductionstockoptionsmodel.md

latest2.5 KB
Original Source

ReductionStockOptionsModel.ColorMode Property

Gets or sets the value of the ReductionStockOptions.ColorMode property within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public ReductionColorMode ColorMode { get; set; }
vb
Public Property ColorMode As ReductionColorMode

Property Value

TypeDescription
ReductionColorMode

The specified color mode.

|

Available values:

NameDescription
PreviousToCurrentPoint

Points are colorized with the color specified by the ReductionStockOptions.Color property if the value of the previous point is greater than the value of the current point (the value is decreased). The StockPointOptions.ValueLevel property specifies the point value that should be compared.

| | OpenToCloseValue |

Points are colorized with a color defined by the ReductionStockOptions.Color property if the point open value is greater than the point close value (the price is decreased).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ColorMode
FinancialSeriesViewBaseModel

.ReductionOptions .ColorMode

|

See Also

ReductionStockOptionsModel Class

ReductionStockOptionsModel Members

DevExpress.XtraCharts.Designer Namespace