GridSparklineColumn Class
A sparkline column in a GridDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
Declaration
Remarks
A sparkline column visualizes historical data using sparklines.
Use the GridDashboardItem.SparklineArgument property to specify the sparkline argument. The Dimension, that provides data for the sparkline argument should return date-time values.
Use the GridSparklineColumn.Measure property to specify sparkline values that need to be visualized.
The GridSparklineColumn.ShowStartEndValues property allows you to specify whether to display the start/end values of a sparkline. Use the GridSparklineColumn.SparklineOptions property to access sparkline appearance settings.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GridSparklineColumn class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.