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

ChartPane.Name Property

Gets or sets the name of the current pane.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(null)]
public string Name { get; set; }

Property Value

Type Default Description
String *null*

A String that specifies the name of the current pane.

Remarks

The pane name specified by the Name property is displayed in the Designer as the title of the corresponding data section in the DATA ITEMS area.

Charts_DataBinding_Panes_Names

See Also