FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / C1TreeMap 类 / NodeRendering 事件

本主题中
    NodeRendering 事件 (C1TreeMap)
    本主题中
    Fires before rendering node.
    语法
    '声明
     
    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.

    属性说明
    (从System.ComponentModel.CancelEventArgs继承)
    Gets the depth of the node  
    Gets the rendering engine. (从C1.Chart.BaseRenderEventArgs继承)
    Gets the height of the node rectangle.  
    Gets if the node is a Title node or not  
    Gets the data item of the node.  
    Gets the width of the node rectangle.  
    Gets the top let x-coordinate of the node rectangle.  
    Gets the top let y-coordinate of the node rectangle.  
    请参见