Skip to main content
A newer version of this page is available. .

ReductionColorMode Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum ReductionColorMode

Members

Name Description
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.

PreviousToCurrentPoint

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

OpenToCloseValue

Related API Members

The following properties accept/return ReductionColorMode values:

Library Related API Members
Cross-Platform Class Library ReductionStockOptions.ColorMode
WinForms Controls ReductionStockOptionsModel.ColorMode

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the ReductionColorMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also