Skip to main content

BootstrapChartCommonSeries Class

Specifies settings common for all series in the Chart.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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