Skip to main content
A newer version of this page is available. .

GridSparklineColumn Class

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public class GridSparklineColumn :
    GridColumnBase

Remarks

A sparkline column visualizes historical data using sparklines.

Grid_SparklineColumn

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.

See Also