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

UniformScale.LevelsCount Property

Gets or sets a number of levels that represent the number of colors used to color the map.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(10)]
public int LevelsCount { get; set; }

Property Value

Type Default Description
Int32 10

A number of levels that represent the number of colors used to color the map.

See Also