Back to Devexpress

UniformScale Class

dashboard-devexpress-dot-dashboardcommon-eb4b573f.md

latest1.2 KB
Original Source

UniformScale Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class UniformScale :
    MapScale
vb
Public Class UniformScale
    Inherits MapScale

Remarks

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

Inheritance

Object MapScale UniformScale

See Also

UniformScale Members

CustomScale

DevExpress.DashboardCommon Namespace