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

SnapChart.Height Property

Gets or sets the height of the chart.

Namespace: DevExpress.Snap.Core.API

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

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