WeightedLegend.Type Property
In This Article
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 |
---|---|---|
Weighted |
Linear | A Weighted |
Available values:
Name | Description |
---|---|
Linear | A linear weighted legend. |
Nested | A nested weighted legend. |
See Also