Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Axis Class / Border Property


In This Topic
    Border Property (Axis)
    In This Topic
    Specifies the border of the axis.
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("Specifies the border of the axis")>
    Public Property Border As LineProperties
    'Usage
     
    Dim instance As Axis
    Dim value As LineProperties
     
    instance.Border = value
     
    value = instance.Border
    [Category("Appearance")]
    [Description("Specifies the border of the axis")]
    public LineProperties Border {get; set;}
    Remarks
    If the AxisStyle property is Line, then the border properties are used for the display of the axis line.
    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