Skip to main content
A newer version of this page is available. .

UniformScale Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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