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

SnapChart.Size Property

Gets or sets the size of the chart.

Namespace: DevExpress.Snap.Core.API

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

Declaration

Size Size { get; set; }

Property Value

Type Description
Size

A Size object composed of a pair of integers, which specify the width and height of the chart, in pixels.

Remarks

You can also use the SnapChart.Width and SnapChart.Height properties to specify the chart’s width and height, respectively.

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

See Also