Back to Devexpress

GridSparklineColumn Class

dashboard-devexpress-dot-dashboardcommon-4b3470be.md

latest2.5 KB
Original Source

GridSparklineColumn Class

A sparkline column in a GridDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class GridSparklineColumn :
    GridColumnBase
vb
Public Class GridSparklineColumn
    Inherits GridColumnBase

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.

Implements

ICustomPropertyProvider

Inheritance

Object DataItemContainer NamedDataItemContainer GridColumnBase GridSparklineColumn

See Also

GridSparklineColumn Members

DevExpress.DashboardCommon Namespace