ReductionStockOptions.ColorMode Property
Gets or sets the mode used to color the financial series points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ReductionColorMode ColorMode { get; set; }
#Property Value
Type | Description |
---|---|
Reduction |
The specified color mode. |
Available values:
Name | Description |
---|---|
Previous |
Points are colorized with the color specified by the Reduction |
Open |
Points are colorized with a color defined by the Reduction |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Color |
---|---|
Financial |
|
Financial |
|
#Remarks
To specify this property, use the ReductionColorMode enumeration values. The following table lists all the possible values of the ColorMode property.
Value | Description | Image |
---|---|---|
Reduction |
Points are colorized with a color defined by the Reduction |
![]() |
Reduction |
Points are colorized with the color specified by the ReductionStock property specifies the point value that should be compared. |
![]() |
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ColorMode property.
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.