Xceed Chart for WinForms v4.4 Documentation
Name Property (Chart)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : Name Property
Controls the name of the chart.
Syntax
'Declaration
 
<CategoryAttribute("General")>
<DescriptionAttribute("Controls the name of the chart")>
Public Property Name As String
'Usage
 
Dim instance As Chart
Dim value As String
 
instance.Name = value
 
value = instance.Name
[Category("General")]
[Description("Controls the name of the chart")]
public string Name {get; set;}
Remarks
The default value of this property is "Chart". This name will appear in the Chart Grid and Chart Toolbar controls.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Chart Class
Chart Members