BootstrapChartSeriesBase.Pane Property
Gets or sets the pane which should display the current series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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