ComponentOne Chart for WPF and Silverlight
Name Property (DataPoint)


C1.WPF.C1Chart Namespace > DataPoint Class : Name Property
Gets the name associated with the data point.
Syntax
'Declaration
 
Public ReadOnly Property Name As System.String
'Usage
 
Dim instance As DataPoint
Dim value As System.String
 
value = instance.Name
public System.string Name {get;}
See Also

Reference

DataPoint Class
DataPoint Members