Search
FunctionSeries.expression Property
See Also
 






Gets the function used to evaluate the series at a specific X.

Namespace: MindFusion.Charting
File: FunctionSeries.js

 Syntax

JavaScript  Copy Code

get expression() {}
set expression(value) {}

 Property Value

String

The function used to evaluate the series at a specific X.

 See Also