Xceed Chart for WinForms v4.4 Documentation
Angles Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarSeries Class : Angles Property
Gives you access to the data series holding the polar angles
Syntax
'Declaration
 
<CategoryAttribute("Data Series")>
<DescriptionAttribute("data series holding the polar angles.")>
Public Property Angles As DataSeries
'Usage
 
Dim instance As PolarSeries
Dim value As DataSeries
 
instance.Angles = value
 
value = instance.Angles
[Category("Data Series")]
[Description("data series holding the polar angles.")]
public DataSeries Angles {get; set;}
Remarks
The type the the returned data series is Double.
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