BootstrapChartBase.SettingsAdaptivity Property
Provide access to settings related to the chart control’s adaptive behavior.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartAdaptivitySettings SettingsAdaptivity { get; }
Property Value
Type | Description |
---|---|
BootstrapChartAdaptivitySettings | A BootstrapChartAdaptivitySettings object containing chart adaptivity settings. |
Remarks
When adapting to small container sizes, the widget may hide its accessory elements, thus saving space for more valuable ones. The elements are hidden in the following sequence:
- Title
- Export menu icon
- Legend
- Axis titles
- Axis labels
- Point labels (can be preserved by setting the BootstrapChartAdaptivitySettings.KeepLabels option to true)
See Also