RangeColorizer3D.ApproximateColors Property
In This Article
Gets or sets value specifying whether the point colors should be approximate depending on their values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.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.
Approximate |
Approximate |
---|---|
![]() |
![]() |
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