Gets or set the type of the line chart.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public LineTypes LineType { get; set; } |
Visual Basic
![]() |
---|
Public Property LineType As LineTypes |
One of the LineTypes enumeration values.
The members of the LineTypes enumeration allow bitwise combination, which increases the variety of charts that can be drawn.
When using MindFusion.Charting for WinForms programmatically, the type of line chart is set in the constructor. It can later be changed with the LineType property.
Line charts can be drawn not only as a combination of straight lines but also as curves. This is set with Curve.