In This Topic
Sparkline for ASP.NET Web Forms allows you to display simple charts for data visualization. They are useful to represent multiple data points in a smaller region. You can also add multiple sparkline charts inline or in a single row of a grid.
Key Features
- Chart Types: Supports three different chart types: line, column, area charts.
- Data Binding: You can populate sparklines in code using DataSource and DataBind properties.
- Grid Representation: Display sparklines in the C1GridView control.
- Value Axis: When set to True, Sparkline displays negative values below the value axis and positive values above it.