BootstrapChartBase.SettingsLegend Property
In This Article
Provides access to a chart control’s legend settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartLegendSettings SettingsLegend { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
An Bootstrap |
See Also