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

WeightedLegendType Enum

Lists values used to specify the type of weighted legend.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum WeightedLegendType

Members

Name Description
Linear

A linear weighted legend.

Nested

A nested weighted legend.

Related API Members

The following properties accept/return WeightedLegendType values:

Remarks

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

See Also