Skip to main content

WeightedLegend.Type Property

Gets or sets the type of weighted legend.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

See Also