Skip to main content

BootstrapChart.DefaultPane Property

Specifies the default pane for the chart series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string DefaultPane { get; set; }

Property Value

Type Default Description
String String.Empty

A string containing the name of the default pane.

Remarks

When the BootstrapChartSeriesBase.Pane property of a chart series is not assigned, the series is displayed on the default pane. Use the DefaultPane property to explicitly specify which pane should be considered as default. If this property is not assigned, the default pane is defined by the last element in the BootstrapChart.Panes collection.

See Also