ComponentOne Xamarin.iOS Documentation
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ITreeMap Interface / DataLabel Property


In This Topic
    DataLabel Property (ITreeMap)
    In This Topic
    Syntax
    'Declaration
     
    
    ReadOnly Property DataLabel As IChartDataLabel
    'Usage
     
    
    Dim instance As ITreeMap
    Dim value As IChartDataLabel
     
    value = instance.DataLabel
    IChartDataLabel DataLabel {get;}
    See Also