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