BootstrapChartBase.SettingsLegend Property
Provides access to a chart control’s legend settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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