Chart PropertiesThe best place to control bar spacing is by setting the default on the SetUp | Charts form. This default is used when the 1-minute chart is opened. However, you can use ESPL to programmatically adjust the bar spacing. This example shows different things you might consider:begin Display a chart, and while it has the focus, click the #1 menu item and
the chart bar spacing will tighten. Read about the SetVariable function in the ESPL documentation. It allows you to control other chart properties. The Refresh() function forces the chart to redraw using the newly set properties. |