Gets or sets whether curve fitting is used in drawing the chart.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public bool CurveFit { get; set; } |
Visual Basic
![]() |
---|
Public Property CurveFit As Boolean |
A bool value. True if curve fitting is used; otherwise false. Default is false.
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 spline.