Skip to main content

WeightedLegend.Type Property

Gets or sets the type of weighted legend.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(WeightedLegendType.Linear)]
public WeightedLegendType Type { get; set; }

#Property Value

Type Default Description
WeightedLegendType Linear

A WeightedLegendType enumeration value that specifies the type of weighted legend.

Available values:

Name Description
Linear

A linear weighted legend.

Nested

A nested weighted legend.

See Also