Class SFTreeMapDelegate
Class implementation for SFTreeMapDelegate
Inheritance
System.Object
SFTreeMapDelegate
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFTreeMapDelegate : Object
Constructors
SFTreeMapDelegate()
Initializes a new instance of the SFTreeMapDelegate class.
Declaration
public SFTreeMapDelegate()
Methods
DidSelectItem(SFTreeMap, NSObject)
This method is used to select the item
Declaration
public virtual void DidSelectItem(SFTreeMap treemap, NSObject data)
Parameters
Type | Name | Description |
---|---|---|
SFTreeMap | treemap | To set treemap |
Foundation.NSObject | data | To set data |
DrawTreeMapItem(SFTreeMap, NSObject)
This method is used to draw treemap item
Declaration
public virtual UIView DrawTreeMapItem(SFTreeMap treemap, NSObject data)
Parameters
Type | Name | Description |
---|---|---|
SFTreeMap | treemap | To set treemap |
Foundation.NSObject | data | To set data |
Returns
Type | Description |
---|---|
UIKit.UIView | returns uiview |