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

CardSparklineRow(Int32) Constructor

Initializes a new instance of the CardSparklineRow class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardSparklineRow(
    int height
)

Parameters

Name Type Description
height Int32

An integer value that specifies the height of the current CardSparklineRow in pixels.

See Also