ColorDistributionDirection Enum
Lists values that define the direction used by point markers to distribute a color among segments.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum ColorDistributionDirection
Members
Name | Description |
---|---|
Forward
|
The point marker provides a color for the line/area segment that follows the marker. |
Backward
|
The point marker provides a color for the line/area segment that precedes the marker. |
Related API Members
The following properties accept/return ColorDistributionDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | PointBasedSegmentColorizer.Direction |
WinForms Controls | PointBasedSegmentColorizerModel.Direction |
Remarks
Use the ColorDistributionDirection enumeration values to specify the PointBasedSegmentColorizer.Direction property.
See Also