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

CardSparklineRow.Height Property

Gets or sets the height of the current CardSparklineRow in pixels.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(30)]
public int Height { get; set; }

Property Value

Type Default Description
Int32 30

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

See Also