Skip to main content

CardSparklineRow.Height Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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