Gets or sets whether curve fitting is used in drawing the chart. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public bool CurveFit { get; } |
Visual Basic
![]() |
---|
Public ReadOnly 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 splyne.