ComponentOne Xamarin.iOS Documentation
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / C1TreeMap Class / LayoutSubviews Method


In This Topic
    LayoutSubviews Method (C1TreeMap)
    In This Topic
    Layout subviews of chart base.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("layoutSubviews")>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub LayoutSubviews() 
    'Usage
     
    
    Dim instance As C1TreeMap
     
    instance.LayoutSubviews()
    [Foundation.Export("layoutSubviews")]
    [CompilerGenerated()]
    public override void LayoutSubviews()
    See Also