Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / RadarSeries Class / RadarBorder Property


In This Topic
    RadarBorder Property
    In This Topic
    Gives you access to the LineProperties controlling the the radar border
    Syntax
    'Declaration
     
    <CategoryAttribute("Series Appearance")>
    <DescriptionAttribute("line properties applied on the radar line.")>
    Public Property RadarBorder As LineProperties
    'Usage
     
    Dim instance As RadarSeries
    Dim value As LineProperties
     
    instance.RadarBorder = value
     
    value = instance.RadarBorder
    [Category("Series Appearance")]
    [Description("line properties applied on the radar line.")]
    public LineProperties RadarBorder {get; set;}
    Remarks
    Valid if LineMode property of the associated Appearance object 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