Back to Devexpress

ReductionColorMode Enum

corelibraries-devexpress-dot-xtracharts-bdeb7598.md

latest2.3 KB
Original Source

ReductionColorMode Enum

Lists the values that are used to define how financial series points will be painted.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ReductionColorMode
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum ReductionColorMode

Members

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).

|

The following properties accept/return ReductionColorMode values:

LibraryRelated API Members
Cross-Platform Class LibraryReductionStockOptions.ColorMode
WinForms ControlsReductionStockOptionsModel.ColorMode

Remarks

The values listed by this enumeration can be used to set the ReductionStockOptions.ColorMode property.

See Also

DevExpress.XtraCharts Namespace