Xceed Chart for WinForms v4.4 Documentation
PolarAxis Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : PolarAxis Class
Represents a polar axis
Object Model
PolarAxis Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class PolarAxis 
   Inherits VerticalAxis
'Usage
 
Dim instance As PolarAxis
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class PolarAxis : VerticalAxis 
Remarks
The chart has one polar axis on which all polar series are always scaled The following code obtains the polar axis of the chart

Dim polarAxis As PolarAxis = CType(Chart.Axis(StandardAxis.Polar), PolarAxis)

PolarAxis polarAxis = (PolarAxis)Chart.Axis(StandardAxis.Polar);
The polar axis exposes polar specific functionality.
Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.Axis
      Xceed.Chart.Core.VerticalAxis
         Xceed.Chart.Core.PolarAxis

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

PolarAxis Members
Xceed.Chart.Core Namespace