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

GridSparklineColumn(Measure) Constructor

Initializes a new instance of the GridSparklineColumn class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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