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

SnapChart.Width Property

Gets or sets the width of the chart.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

int Width { get; set; }

Property Value

Type Description
Int32

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

Remarks

Use the SnapChart.Height property to specify the chart’s height.

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