LineChart for ASP.NET Web Forms provides the following unique key features:
- HTML5 Charts
What makes these charts superior is that they're powered by Scalable Vector Graphics (SVG). SVG is a perfect for creating rich and interactive visualizations in HTML5. Some benefits of charting with SVG include true client-side charting, DOM-friendly charts, hardware accelerated graphics, interactive animations and tooltips, and streaming visualizations. Plus, the charts require no additional plug-ins.
- Area Charts
Visualize a change in values by creating an area chart. It's as simple as filling in the portion of the graph beneath the line connecting various data points.
- Spline Charts
Create an area spline chart. The line curves smoothly from point to point instead of drawing a straight line from point to point.
- Symbols
Use symbols, such as images, as markers in a line chart.
- Multiple Series
Display multiple series on the line chart. This is useful when showing two related series of data.
- Data Binding
C1LineChart supports binding data from an external data source on the server. Enabling DataBinding is as simple as setting the DataSourceID or DataSource and DataBindings properties. Our Chart supports all of the standard ASP.NET DataSource Controls such as SqlDataSource and all standard DataSource types such as DataTable. DataBinding in our charts is very familiar and can be done at design time or in code.
- Live Data
All ComponentOne charts are optimized for streaming live data. The charts will animate as the data changes and show transitions to visualize the data in the data set.
- Tooltips
Associate tooltips and links with chart elements, so the chart responds to mouse events. This is done using an HTML image map, which is handled on the client.
- Appearance
C1LineChart's rich set of properties allow you to change the look and feel of your chart. Modify its appearance with different colors for series and for items in a series, and shadows for the Chart elements. For a better UI, the position, size, and color are also adjustable.
- DateTime
Add dates with corresponding data to a line chart.
- Automatic Axis
C1LineChart automatically creates the chart axes.
- Labels
Increase the readability of the line chart with labels. Highlight an important data point, or provide information on data or on the chart.