BBjLineChart::setSeriesName

Description

In BBj 7.0 and higher, this BBjLineChart method sets the name of a series on the line chart.

Syntax

Return Value

Method

void

setSeriesName(int series, string name)

Parameters

Variable

Description

series

The series for which the name is to be set

name

The name to be displayed for a series.

Return Value

None.

Remarks

A series is a line that is to be drawn on the chart. 

A call to setXYValue() will fail if the program has not yet called setSeriesName() for the series whose value is being set.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

ClientObject Tutorial

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.