MindFusion.Charting Programmer's Guide

FunctionArgs.StartValue Property

See Also
 





Specifies the minimal value in the function interval.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float StartValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property StartValue As Single

 Property Value

A float value.

 Remarks

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.

 See Also