BarLine

[method icon] BarLine(iIndex, sText$)

Draw set as line on bar chart, instead of columns

iIndex Integer
sText$ String

Applies to: Graph

Introduced in KCML version 6.00


>

BarLine

The BarLine() method allows a data set to be displayed on the bar chart as horizontal lines rather than full columns. The lines are drawn across the columns and can be useful for show comparisons, limits or targets. Several data sets can be drawn in this style.

The first parameter describes the data set. The second parameter is a label for the data set, but is currently ignored.

See also

Graph methods, properties and events.