Search
FunctionSeries.Expression Property
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Func<Double, Double> Expression { get; }

Visual Basic  Copy Code

Public ReadOnly Property Expression As Func(Of Double, Double)

 Property Value

A function, which accepts a double argument and returns a double value.

 See Also