Xceed Chart for WinForms v4.4 Documentation
Style Property (PolarSeries)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarSeries Class : Style Property
Controls the polar style
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the polar style.")>
Public Property Style As PolarStyle
'Usage
 
Dim instance As PolarSeries
Dim value As PolarStyle
 
instance.Style = value
 
value = instance.Style
[DefaultValue()]
[Category("Options")]
[Description("Controls the polar style.")]
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

Reference

PolarSeries Class
PolarSeries Members