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

WeightedLegend.Type Property

Gets or sets the type of weighted legend.

Namespace: DevExpress.DashboardCommon

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

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