Xceed Chart for WinForms v4.4 Documentation
LineWidth Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > LineSeries Class : LineWidth Property
Controls the width of the line in model units.
Syntax
'Declaration
 
<DefaultValueAttribute()>

<CategoryAttribute("Options")>

<DescriptionAttribute("Controls the width of the line in model units.")>

Public Property LineWidth As Single
'Usage
 
Dim instance As LineSeries

Dim value As Single

 

instance.LineWidth = value

 

value = instance.LineWidth
[DefaultValue()]

[Category("Options")]

[Description("Controls the width of the line in model units.")]

public float LineWidth {get; set;}
Remarks
This property takes effect when the line series is in XYZ scatter mode and the LineStyle is set to Tape, Tube or Ellipsoid.
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