EJSC.Series.title
See Also
Definition
string title = "Series <index>"
Description
Defines the series title used in hints and legend display.
Note: The default title of Series <index> (where <index> equals the current position in the series array for its owner chart) is assigned when a series is added to a chart using addSeries. This default title is only applied if the title is blank (i.e. "") at the time the addSeries method is called. |