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

BootstrapChartBase.SettingsAdaptivity Property

Provide access to settings related to the chart control’s adaptive behavior.

Namespace: DevExpress.Web.Bootstrap

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

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:

  1. Title
  2. Export menu icon
  3. Legend
  4. Axis titles
  5. Axis labels
  6. Point labels (can be preserved by setting the BootstrapChartAdaptivitySettings.KeepLabels option to true)
See Also