chart-add-sequence

chart-add-sequence is a compiled Lisp function in `chart.el'.

(chart-add-sequence &rest LOCAL-ARGS)

Add to chart object C the sequence object SEQ.
If AXIS-LABEL, then the axis stored in C is updated with the bounds of SEQ,
or is created with the bounds of SEQ.

This is a generic function with only one primary method.

Implementations:

`chart' :PRIMARY (arg1 &optional arg2 arg3)
Add to chart object C the sequence object SEQ.
If AXIS-LABEL, then the axis stored in C is updated with the bounds of SEQ,
or is created with the bounds of SEQ.

(fn C &optional SEQ AXIS-LABEL)

Defined in `chart.el'