Name Property (BlipChart)
Gets or sets the name of the BlipChart.
public string Name {get; set;}
'Declaration
Public Property Name As String
'Usage
Dim instance As BlipChart
Dim value As String
instance.Name = value
value = instance.Name
Property Value
The name.