Applies to
Graph controls
Description
Spacing defines the gap (space) between data markers in a graph as a percent of the width of the markers. For example, in a bar graph, 100 is the width of one bar; 50 is half a bar.
Usage
In a painter
To change the spacing of data markers:
-
Select the desired spacing percentage using the Spacing slider on the General page of the graph control's Properties view.
In scripts
The Spacing property takes an integer value.
The following line specifies 120 percent of the bar width as the space between bars in a bar Graph:
gr_1.Spacing = 120