Back to Devexpress

ColorDistributionDirection Enum

corelibraries-devexpress-dot-xtracharts-ef07e966.md

latest1.7 KB
Original Source

ColorDistributionDirection Enum

Lists values that define the direction used by point markers to distribute a color among segments.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Members

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

|

The following properties accept/return ColorDistributionDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryPointBasedSegmentColorizer.Direction
WinForms ControlsPointBasedSegmentColorizerModel.Direction

Remarks

Use the ColorDistributionDirection enumeration values to specify the PointBasedSegmentColorizer.Direction property.

See Also

DevExpress.XtraCharts Namespace