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