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


In This Topic
    ChartType Property (C1TreeMap)
    In This Topic
    Gets or sets the tree map type.
    Syntax
    'Declaration
     
    
    Public Property ChartType As TreeMapType
    'Usage
     
    
    Dim instance As C1TreeMap
    Dim value As TreeMapType
     
    instance.ChartType = value
     
    value = instance.ChartType
    public TreeMapType ChartType {get; set;}
    See Also