EasyChart and X-Trace

A couple questions a customer asked me about the EasyChart and using X-Trace:

  1. Is it possible to set the chart to default to X-Trace on start-up, instead of requiring the user to right click on the chart and select it?

  2. Is it possible to adjust the placement of the X-Trace parameters, such as having the pen readings and names display to the right of the trace instead of the left?

Thanks.

  1. Yes, through scripting you can call:
chart.setMode(4)
  1. Sorry no. This placement is currently automatic based upon the room available in the chart.

Thanks Carl.