New to KendoReact? Start a free 30-day trial
Data Binding
Data BindingPremium
The Chart Wizard enables you to bind data of type ChartWizardDataRow
array.
The following example demonstrates how to bind the Chart Wizard to an array of data.
Change Theme
Theme
Loading ...
Binding to Grid Selection
The Chart Wizard provides helper directive and methods that can be used to bind the component to the Grid Selection. For more details, refer to the Chart Integration article in the Grid documentation.
Binding to Table-like Data
To bind the Chart Wizard component to table-like data, create a DataRow
collection and use the getWizardDataFromDataRows
helper method
to convert it to the format required by the Chart Wizard.
The following example demonstrates how to bind a DataRow
collection to a Chart Wizard.
Change Theme
Theme
Loading ...