MindFusion WinForms Programmer's Guide
LineChart.FunctionArguments Property
See Also
 





Gets or sets the FunctionArgs argument of the CalculateFunctionDelegate delegate.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public FunctionArgs FunctionArguments { get; set; }

Visual Basic  Copy Code

Public Property FunctionArguments As FunctionArgs

 Property Value

An instance of the FunctionArgs class.

 Remarks

The property sets the interval, in which the float argument of the CalculateFunctionDelegate delegate is computed. The interval is specified by a start and end float value and is closed, that is it includes the two border values.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WinForms Namespace