Gets or sets whether lines in line charts are drawn like curves.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public bool Curve { get; set; } |
Visual Basic
![]() |
---|
Public Property Curve As Boolean |
A bool value, which specifies whether lines are drawn as curves.
The property allows line and area charts to be drawn as rounded curves instead of a combination of straight lines. The property can be applied to all 2D and 3D line/area charts. The type of the chart is set with LineType.
Default value for the Curve property is false.