Back to Devexpress

RangeColorizer3D.ApproximateColors Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecolorizer3d-0648bd81.md

latest1.7 KB
Original Source

RangeColorizer3D.ApproximateColors Property

Gets or sets value specifying whether the point colors should be approximate depending on their values.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool ApproximateColors { get; set; }
vb
Public Property ApproximateColors As Boolean

Property Value

TypeDescription
Boolean

true if point colors should be approximate; otherwise, false.

|

Remarks

The following table shows this property in action.

ApproximateColors = falseApproximateColors = true

Note

If the colorizer should approximate colors, it will use the number of colors equal to the number of range stops; otherwise, it will use the number of colors equal to the number of ranges (range stops count - 1).

See Also

RangeColorizer3D Class

RangeColorizer3D Members

DevExpress.Xpf.Charts Namespace