ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / Name Property


In This Topic
    Name Property
    In This Topic
    Gets the name associated with the data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As DataPoint
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also