Search results

MultiLevelLabel API in Vue Chart API component

MultiLevelLabel module is used to render the multi level label in chart.

Methods

MultiLevelLabelClick

Handles the click event for multi-level labels.

Parameter Type Description
labelIndex string The index of the clicked label.
axisIndex number The index of the axis.

Returns IMultiLevelLabelClickEventArgs

getMultilevelLabelsHeight

Gets the height of multilevel labels for the axis.

Parameter Type Description
axis Axis The axis.

Returns void

renderYAxisMultiLevelLabels

Renders the multi-level labels for the Y-axis.

Parameter Type Description
axis Axis The Y-axis.
index number The index of the axis.
parent Element The parent element to which the labels are appended.
rect Rect The axis rectangle.

Returns void