Blazor Sparkline Axis Value Types Example
Mean Working Hours for a Month
(DateTime Axis) |
|
Percentage of the Students in a Class
(Category Axis) |
|
Expenditure Details of Various Trips
(Numeric Axis) |
This sample demonstrates the three sparkline axis types: DateTime, Category, and Numeric, enabling flexible data representation.
Axis configuration:
- Choose the appropriate axis type via the ValueType property
- Match the axis type to your underlying data structure for accurate visualization
- Tooltip is enabled for quick point inspection during interaction
More on axis customization: documentation section.