MindFusion.Charting Programmer's Guide

LineChart.CurveFit Property

See Also
 





Gets or sets whether curve fitting is used in drawing the chart.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public bool CurveFit { get; }

Visual Basic  Copy Code

Public ReadOnly Property CurveFit As Boolean

 Property Value

true if curve fitting is used; otherwise false. Default value is false.

 Remarks

When CurveFit is set to true, the control tries to construct a curve that best fits the data points of the chart. The function used is cubic splyne.

 See Also