Skip to main content
A newer version of this page is available. .

SeparatePaneIndicator.Pane Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[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