Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / BarSeries Class / BarBorder Property


In This Topic
    BarBorder Property
    In This Topic
    Controls the appearance of the bars borders.
    Syntax
    'Declaration
     
    <CategoryAttribute("Series Appearance")>
    <DescriptionAttribute("Controls the appearance of the bars borders.")>
    Public Property BarBorder As LineProperties
    'Usage
     
    Dim instance As BarSeries
    Dim value As LineProperties
     
    instance.BarBorder = value
     
    value = instance.BarBorder
    [Category("Series Appearance")]
    [Description("Controls the appearance of the bars borders.")]
    public LineProperties BarBorder {get; set;}
    Remarks
    This border is applied on the bars if the LineMode property of the Appearance class is set to Series.
    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