Skip to main content

SeparatePaneIndicator.Pane Property

Gets or sets the pane, used to plot the separate pane indicator on an XYDiagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public XYDiagramPaneBase Pane { get; set; }

Property Value

Type Description
XYDiagramPaneBase

An XYDiagramPaneBase class descendant object, representing the pane for the current series.

Remarks

For more information, refer to Panes.

See Also