MindFusion.Charting for Silverlight Programmer's Guide
LineType Enumeration
See Also
 






Specifies the type of the line chart.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public enum LineType

Visual Basic  Copy Code

Public Enum LineType

 Members

  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.

 Remarks

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.

 See Also

MindFusion.Charting.Silverlight Namespace