Skip to main content

GridSparklineColumn(Measure) Constructor

Initializes a new instance of the GridSparklineColumn class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public GridSparklineColumn(
    Measure measure
)

Parameters

Name Type Description
measure Measure

A Measure object specifying a measure that provides sparkline values. This value is assigned to the GridSparklineColumn.Measure property.

See Also