'声明 Public Event NodeRendering As EventHandler(Of RenderNodeEventArgs)
public event EventHandler<RenderNodeEventArgs> NodeRendering
事件数据
The event handler receives an argument of type RenderNodeEventArgs containing data related to this event. The following RenderNodeEventArgs properties provide information specific to this event.
属性 | 说明 |
---|---|
Cancel | (从System.ComponentModel.CancelEventArgs继承) |
Depth | Gets the depth of the node |
Engine | Gets the rendering engine. (从C1.Chart.BaseRenderEventArgs继承) |
Height | Gets the height of the node rectangle. |
IsTitle | Gets if the node is a Title node or not |
Item | Gets the data item of the node. |
Width | Gets the width of the node rectangle. |
X | Gets the top let x-coordinate of the node rectangle. |
Y | Gets the top let y-coordinate of the node rectangle. |
请参见