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

BootstrapChartBase.SettingsLegend Property

Provides access to a chart control’s legend settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartLegendSettings SettingsLegend { get; }

Property Value

Type Description
BootstrapChartLegendSettings

An BootstrapChartLegendSettings object that contains a chart control’s legend settings.

See Also