The Chart control is used to visualize the data with user interactivity and provides customizing options to configure the data visually.
It can bind data from datasource such as array of JSON objects , OData web services or
DataManager. All chart elements are
rendered using Scalable Vector Graphics (SVG).
Key Features
Chart Types - Supports 25 interactive chart types starting from line to financial chart.
Data sources - Bind the Chart component with an array of JSON objects or DataManager.
Axis Types - Supports multiple axes, and able to plot data with different data types such as numbers, datetime, logarithmic and string.
Multiple Pane - Provides the options to split the chart area into multiple pane.
Multilevel Labels - Organizes or groups data points in the chart based on different categories.
Axis Crossing - Provides the option to moves the origin of axis to any point within the chart area.
Smart Labels - Avoids overlapping of axis labels by trimming, wrapping, rotating, hiding, or placing them on multiple rows.
Stripline - Provides options to highlight and annotate any region in chart.
DataLabel - Datalabel annotates data points with label to improve the readability of data.
Technical Indicators - Indicators allows to analyse the past and predict the future market trends based on historic price, volume, or open interest.
Trendlines - Predicts the future trends with predetermined data for any measurements.
Error Bars - Provides options to handle any error or uncertainty in the measurements.
Empty Points - Provides options to handle missed data for the series elegantly with empty points.
Annotation - Provides support to mark any specific area of interest by adding custom element.