Back to Devexpress

PointBasedSegmentColorizerModel.Direction Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-pointbasedsegmentcolorizermodel.md

latest1.5 KB
Original Source

PointBasedSegmentColorizerModel.Direction Property

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ColorDistributionDirection Direction { get; set; }
vb
<PropertyForOptions>
Public Property Direction As ColorDistributionDirection

Property Value

Type
ColorDistributionDirection

Available values:

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.

|

See Also

PointBasedSegmentColorizerModel Class

PointBasedSegmentColorizerModel Members

DevExpress.XtraCharts.Designer Namespace