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

IndicatorModel.Legend Property

Gets or sets the model of the legend assigned to the modeled indicator.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public LegendModel Legend { get; set; }

Property Value

Type Description
LegendModel

The legend model.

See Also