Gets the function used to evaluate the series at a specific X.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public Func<Double, Double> Expression { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Expression As Func(Of Double, Double) |
A function, which accepts a double argument and returns a double value.
Charting for .NET MAUI Guide | © 2024 MindFusion |