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.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if point colors should be approximate; otherwise false. |
Remarks
The following table shows this property in action.
| ApproximateColors = false | ApproximateColors = 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

