Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / C1TreeMap Class / DataLabel Property


In This Topic
    DataLabel Property (C1TreeMap)
    In This Topic
    Gets or sets the data label.
    Syntax
    'Declaration
     
    
    Public Property DataLabel As ChartDataLabel
    'Usage
     
    
    Dim instance As C1TreeMap
    Dim value As ChartDataLabel
     
    instance.DataLabel = value
     
    value = instance.DataLabel
    public ChartDataLabel DataLabel {get; set;}
    See Also