Xceed Chart for WinForms v4.4 Documentation
LineStyle Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > LineSeries Class : LineStyle Property
Controls the style of the lines.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the style of the lines.")>
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
Public Property LineStyle As LineSeriesStyle
'Usage
 
Dim instance As LineSeries
Dim value As LineSeriesStyle
 
instance.LineStyle = value
 
value = instance.LineStyle
[Description("Controls the style of the lines.")]
[DefaultValue()]
[Category("Options")]
public LineSeriesStyle LineStyle {get; set;}
Remarks
By default set to Line.
Example
The following code will display a line series with tape style.
line.LineStyle = LineSeriesStyle.Tape
line.LineStyle = LineSeriesStyle.Tape;
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LineSeries Class
LineSeries Members