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.v19.1.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.

See Also