In This Topic
The TreeMap control.
Syntax
'Declaration
<C1LicensedControlAttribute()>
<Foundation.RegisterAttribute("UIView", True)>
Public Class C1TreeMap
Inherits ChartBase
Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
'Usage
Dim instance As C1TreeMap
[C1LicensedControl()]
[Foundation.Register("UIView", true)]
public class C1TreeMap : ChartBase, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
Inheritance Hierarchy
System.Object
Foundation.NSObject
UIKit.UIResponder
UIKit.UIView
C1.iOS.Chart.ChartBase
C1.iOS.Chart.C1TreeMap
See Also