Specifies the minimal value in the function interval.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float StartValue { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property StartValue As Single |
A float value.
The property indicates the minimal float value, for which the function is calculated. It is read-only, since the interval of the function arguments is set by the creation of the FunctionArgs object.
The property does not have a default value - its value is set with the very creation of the FunctionArgs object.