ComponentOne Xamarin.Forms Documentation
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ITreeMap Interface / OnNodeRendering Method


In This Topic
    OnNodeRendering Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnNodeRendering( _
       ByVal engine As IRenderEngine, _
       ByVal item As Object, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal depth As Integer, _
       ByVal isTitle As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ITreeMap
    Dim engine As IRenderEngine
    Dim item As Object
    Dim x As Double
    Dim y As Double
    Dim width As Double
    Dim height As Double
    Dim depth As Integer
    Dim isTitle As Boolean
     
    instance.OnNodeRendering(engine, item, x, y, width, height, depth, isTitle)
    void OnNodeRendering( 
       IRenderEngine engine,
       object item,
       double x,
       double y,
       double width,
       double height,
       int depth,
       bool isTitle
    )

    Parameters

    engine
    item
    x
    y
    width
    height
    depth
    isTitle
    See Also