Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Charts > Classes > RatingChart > RatingChart.ColumnSpacing

RatingChart.ColumnSpacing

Syntax

ColumnSpacing: Number;

Description

The ColumnSpacing property determines distance between rating chart columns.

Comments

Use JSON or the setColumnSpacing method to set the property value and the getColumnSpacing method to get the property value.

Example

The example of property use is given on the Example of Creating the RatingChart Component page.

See also:

RatingChart