FlexChart for WinForms
OnNodeRendering メソッド

C1.Chart アセンブリ > C1.Chart 名前空間 > ITreeMap インターフェース : OnNodeRendering メソッド
Render engine IRenderEngine object.
The data object that corresponds to the closest data point.
The top left X coordinate of the node rectangle.
The top let Y coordinate of the node rectangle.
The width of the node rectangle.
The height of the node rectangle.
The depth of the node.
Determines if the node is a title node or not.
Called before rendering node.
シンタックス
'宣言
 
Sub OnNodeRendering( _
   ByVal engine As IRenderEngine, _
   ByVal item As System.Object, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double, _
   ByVal depth As System.Integer, _
   ByVal isTitle As System.Boolean _
) 
void OnNodeRendering( 
   IRenderEngine engine,
   System.object item,
   System.double x,
   System.double y,
   System.double width,
   System.double height,
   System.int depth,
   System.bool isTitle
)

パラメータ

engine
Render engine IRenderEngine object.
item
The data object that corresponds to the closest data point.
x
The top left X coordinate of the node rectangle.
y
The top let Y coordinate of the node rectangle.
width
The width of the node rectangle.
height
The height of the node rectangle.
depth
The depth of the node.
isTitle
Determines if the node is a title node or not.
参照

参照

ITreeMap インターフェース
ITreeMap メンバ