SeparatePaneIndicator.Pane Property
In This Article
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public XYDiagramPaneBase Pane { get; set; }
#Property Value
Type | Description |
---|---|
XYDiagram |
An XYDiagram |
#Remarks
For more information, refer to Panes.
See Also