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


In This Topic
    Style Property (RadarSeries)
    In This Topic
    Controls the radar style
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the radar style.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Style As RadarStyle
    'Usage
     
    Dim instance As RadarSeries
    Dim value As RadarStyle
     
    instance.Style = value
     
    value = instance.Style
    [Category("Options")]
    [Description("Controls the radar style.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public RadarStyle Style {get; set;}
    Remarks
    By default set to Line. If set to FilledArea the series will fill the area closed by the radar contour.
    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