barGapRatio property: SparkChart class

Description

Use this property to specify the gap between spark chart bars as a Number value from 0 to 1 inclusive. This property is valid for bar charts and floating bar charts only. When the value is 0, there is no gap between spark chart bars; when the value is 0.5, the gap width is 50% of the total bar width. For example:

&oSpChart.barGapRatio = 0;

Bar gap ratio 0

&oSpChart.barGapRatio = 0.5;

Bar gap ratio 0.5

&oSpChart.barGapRatio = 0.9;

Bar gap ratio 0.9

The default value is 0.

This property is read/write