Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / LineProperties Class / Width Property
Example


In This Topic
    Width Property (LineProperties)
    In This Topic
    Controls the width of the lines in pixels.
    Syntax
    'Declaration
     
    Public Property Width As Integer
    'Usage
     
    Dim instance As LineProperties
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}
    Remarks
    The default value is 1. When you set this value to 0 the control will not draw the line.
    Example
    Disable the line.
    someLineProperties.Width = 0
    someLineProperties.Width = 0;
    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