Specifies the type of the line chart.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public enum LineType |
Visual Basic
![]() |
---|
Public Enum LineType |
Member name | Description | |
---|---|---|
![]() |
Area2D |
the chart is drawn as an area. |
![]() |
Area2DStack |
the chart is drawn as a stacked area. |
![]() |
Line |
the chart is drawn as a line. |
![]() |
None |
No graphic is drawn. |
The LineType.None mode is useful when you want to draw a chart that shows only scatters. In this case you should use the LineSeries.ScatterType property and the other properties that refer to scatters.