SeparatePaneIndicator.Pane Property
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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