Skip to main content

ChartModel.Legend Property

Returns the model of the default legend of the modeled chart.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public LegendModel Legend { get; }

Property Value

Type Description
LegendModel

The legend model.

See Also