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

BootstrapChartCommonSeries Class

Specifies settings common for all series in the Chart.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartCommonSeries :
    BootstrapChartSeries

The following members return BootstrapChartCommonSeries objects:

Remarks

There are three ways to configure a series.

Note

You can use these objects together, but note that individual settings override type-specific settings, which in turn, override common settings.

See Also