Skip to main content

WeightedLegendType Enum

Lists values used to specify the type of weighted legend.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public enum WeightedLegendType

Members

Name Description
Linear

A linear weighted legend.

Nested

A nested weighted legend.

Remarks

Values listed by this enumeration are used to set the WeightedLegend.Type property.

See Also