Back to Devexpress

WeightedLegendType Enum

dashboard-devexpress-dot-dashboardcommon-5bc10c25.md

latest1.2 KB
Original Source

WeightedLegendType Enum

Lists values used to specify the type of weighted legend.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum WeightedLegendType
vb
Public Enum WeightedLegendType

Members

NameDescription
Linear

A linear weighted legend.

| | Nested |

A nested weighted legend.

|

The following properties accept/return WeightedLegendType values:

Remarks

Values listed by this enumeration are used to set the WeightedLegend.Type property.

See Also

DevExpress.DashboardCommon Namespace