Skip to main content

SeparatePaneIndicator.PaneName Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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