Skip to main content

BootstrapChartSeriesBase.Pane Property

Gets or sets the pane which should display the current series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying the name of a pane.

Remarks

If this option is not specified, the series will be displayed on the chart’s default pane, which can be specified using the BootstrapChart.DefaultPane property.

See Also