[]
        
(Showing Draft Content)

C1.Blazor.Chart.RenderNodeEventArgs

RenderNodeEventArgs Class

Render node event arguments.

Namespace: C1.Blazor.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class RenderNodeEventArgs : RenderEventArgs

Properties

Name Description
Depth

Gets the depth of the node

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.