ComponentOne FlexChart for WinForms
OnNodeRendering Method


C1.Chart Namespace > ITreeMap Interface : OnNodeRendering Method
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)

Parameters

engine
item
x
y
width
height
depth
isTitle
See Also

Reference

ITreeMap Interface
ITreeMap Members