Height property: RatingBoxChart class
Description
Use this property to specify the height of the chart. This property takes a numeric value. The unit of measurement is pixels.
The default value is the height of the chart control on the page definition.
If you set a chart height value that cannot fit the x-axis and label areas of the chart, a runtime error is thrown and the chart is not rendered.
If you set a negative value, a runtime error is thrown and the chart is not rendered.
If you try to read this property before setting it, the value returned is 0.
This property is read/write.
Related Topics