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

ASPxClientWebChartControl.SetChartSize(width, height) Method

Specifies the chart size.

Declaration

SetChartSize(
    width: number,
    height: number
): void

Parameters

Name Type Description
width number

The chart width.

height number

The chart height.

See Also