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


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