Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 966 Bytes

File metadata and controls

30 lines (23 loc) · 966 Bytes
title page_title description slug position
Overview
Chart Wizard Documentation | Chart Wizard Data Binding Overview
Explore the available approaches for data binding the Telerik UI Chart Wizard component for {{ site.framework }}.
htmlhelpers_databinding_overview_chartwizard
1

Data Binding Overview

The Chart Wizard provides different types of data binding.

{% if site.has_cta_panels == true %} {% include cta-panel-introduction.html %} {% endif %}

Use any of the following approaches to bind the component to data:

  • [Local Data Binding]({% slug htmlhelpers_localbinding_chartwizard %})
  • [Remote Data Binding]({% slug htmlhelpers_remotebinding_chartwizard %}) {% if site.core %}
  • [Razor Pages binding]({% slug razorpages_chartwizard %}) {% endif %}

See Also