Skip to main content

UniformScale Class

Represents the scale that defines uniform distribution of colors in the color range.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class UniformScale :
    MapScale

#Remarks

Use the UniformScale.LevelsCount property to specify the number of colors used to color the map.

#Inheritance

Object
MapScale
UniformScale
See Also