ChartPaneType
Interface
An interface for the Chart panes.
Definition
Package:@progress/kendo-react-charts
Properties
chartsVisual
Group
The group which holds the Drawing elements of the Chart.
visual
Group
The Drawing group that is used to draw the pane.
Methods
Returns the axis from the pane with the specified name.
Parameters:namestring
The name of the axis.
Returns:ChartAxis
The axis with the corresponding name.