Attributes of the Chart

The Chart provides:

To view all of the methods and attributes of the Chart, open the window Show Attributes and Methods. The figure below illustrates the information using the example of the object Source.

  • Select Show Attributes and Methods on the context menu of the Class Library to show the attributes and methods of the selected Class.

  • Press the F8 key or click Show Attributes and Methods on the Home ribbon tab of the Frame into which you inserted an instance to show the attributes and methods of the selected Instance.

You can set the value of an attribute and you can get its value, either with the check boxes, the text boxes and drop-down lists in the dialog windows or by assigning values to the respective attributes.

  • To set the value of an attribute, you might, for example, type:

    MyChart.DataRange := "{0,0}..{2,4}"
  • To get the value of an attribute, you might, for example, type:

    print MyChart.DataRange
    posit := Station.Cont.XPos