XYDiagram2DSeriesViewBase.PaneName Property
For internal use only. Specifies the name of the diagram’s pane.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty]
public string PaneName { get; set; }
Property Value
Type | Description |
---|---|
String | A String specifying the pane’s name. |
Remarks
For more information, refer to Panes.
See Also