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

SeparatePaneIndicator.PaneName Property

For internal use. Specifies the name of the diagram’s pane.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty]
public string PaneName { get; set; }

Property Value

Type Description
String

A String object that is the pane’s name.

Remarks

For more information, refer to Panes.

See Also