Back to Devexpress

BootstrapChartBase.SettingsLegend Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapchartbase.md

latest1.5 KB
Original Source

BootstrapChartBase.SettingsLegend Property

Provides access to a chart control’s legend settings.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartLegendSettings SettingsLegend { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property SettingsLegend As BootstrapChartLegendSettings

Property Value

TypeDescription
BootstrapChartLegendSettings

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

|

See Also

Charts

BootstrapChartBase Class

BootstrapChartBase Members

DevExpress.Web.Bootstrap Namespace