CHART_BAR

CHART_BAR N

THE OBJECT SHAPE NUMBER N DISPLAYS DATA AS BARS

  • Type: Command
  • Parameter: 1
  • Group: System Objects

ACTION

The command CHART_LINE N changes the graphic displayed by the object CHART number N, which becomes bars.

By default, a CHART displays a line.

SYNTAX: CHART_BAR N

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command CHART_LINE is used to display bars by an object CHART.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If the object number N is not of type : CHART.

EXAMPLE

chart 1

chart_bar 1

item_add 1,"1,1"

item_add 1,"2,2"

item_add 1,"3,3"

item_add 1,"3.5,4"

item_add 1,"4,5"

item_add 1,"4.5,6"

SEE ALSO

CHART

CHART_LINE

CHART_POINT