Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LineSeries Class / LineWidth Property


In This Topic
    LineWidth Property
    In This Topic
    Controls the width of the line in model units.
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the width of the line in model units.")>
    <DefaultValueAttribute(1)>
    Public Property LineWidth As Single
    'Usage
     
    Dim instance As LineSeries
    Dim value As Single
     
    instance.LineWidth = value
     
    value = instance.LineWidth
    [Category("Options")]
    [Description("Controls the width of the line in model units.")]
    [DefaultValue(1)]
    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