Login Page - Create Account

Support Board


Date/Time: Sun, 26 May 2024 02:27:20 +0000



Post From: Question about Chart Drawings by sc.UseTool function (ACSIL)

[2014-04-09 14:39:18]
Al SC Developer - Posts: 434
Currently, setting the text is not possible, but we will enable this new functionality via the UseTool interface in ver 1118.

For the vertical line, horizontal line/ray, and line drawings the text can be set by setting s_UseTool.Text member to the desired string value.

For the text alignment, set the s_UseTool.TextAlignment appropriately.

For the vertical line, the following s_UseTool flags can be used to show the date/time (this works today):

  int ShowEndPointDateTime;
  int ShowEndPointDate;
  int ShowEndPointTime;
  int MultiLineLabel;

For the horizontal line/ray, the following s_UseTool flags can be used to show the price (this works today):

  int DisplayHorizontalLineValue;

Date Time Of Last Edit: 2014-04-09 15:21:01