ComponentOne FinancialChart for WPF
C1.Chart Namespace / ITreeMap Interface / OnNodeRendered Method



In This Topic
    OnNodeRendered Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnNodeRendered( _
       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.OnNodeRendered(engine, item, x, y, width, height, depth, isTitle)

    Parameters

    engine
    item
    x
    y
    width
    height
    depth
    isTitle
    See Also