Skip to main content

SnapChart.Height Property

Gets or sets the height of the chart.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

int Height { get; set; }

Property Value

Type Description
Int32

An integer value specifying the chart’s height, in pixels.

Remarks

Use the SnapChart.Width property to specify the chart’s width.

Set the SnapChart.UseExplicitSize property to true to keep the specified height and/or width values and prevent the chart from changing its size.

See Also