Search
FunctionSeries.title Property
See Also
 






Gets or sets the title of this series.

Namespace: MindFusion.Charting
File: FunctionSeries.js

 Syntax

JavaScript  Copy Code

get title() {}
set title(value) {}

 Property Value

String

The title of this series.

 See Also