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





Gets or sets a custom function that will be invoked in order to calculates the values for the chart.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public CalculateFunctionDelegate CalculateFunction { get; set; }

Visual Basic  Copy Code

Public Property CalculateFunction As CalculateFunctionDelegate

 Property Value

 See Also

LineChart Members
LineChart Class
MindFusion.Reporting Namespace