Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartDataPoint Class / Name Property


In This Topic
    Name Property (ChartDataPoint)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ChartDataPoint
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also