Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PolarAxis Class
Members


In This Topic
    PolarAxis Class
    In This Topic
    Represents a polar axis
    Object Model
    PolarAxis Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.AxisConverter)>
    <SerializableAttribute()>
    Public Class PolarAxis 
       Inherits VerticalAxis
    'Usage
     
    Dim instance As PolarAxis
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.AxisConverter)]
    [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

    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Top
    Public Properties
     NameDescription
    Public PropertyControls the detachment of the angle texts from the polar  
    Public PropertyControls the format of the angle texts  
    Public PropertyGives you access to the ChartText object controlling the appearance of the angle texts  
    Public PropertyGives you access to the ValueFormatting object controlling the formatting of the angle values  
    Public PropertyControls the polar radian lines angle step (in degrees)  
    Public PropertyRetrieves the axis identificator - an unique number associated with each axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the shape of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the beginning angle of the polar (in degrees)  
    Public PropertySpecifies the border of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the collection of AxisConstLine objects. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the collection of AxisLabel objects. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the Date Time Scale of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the Dimension Scale of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertySpecifies the fill effect of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the length of the major inner ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertySpecifies the line properties of the inner tick lines. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the Interactivity object of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the collection of strings used for axis labels. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the Logarithmic Scale of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertySpecifies the line properties of the major grid lines. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the array of major ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertySpecifies the line properties of the minor grid lines. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the length of the minor ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the line properties applied on the minor ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the array of minor ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the Numeric Scale of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the length of the major outer ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertySpecifies the line properties of the outer tick lines. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertySpecifies the offset of the axis from the original position determined by the component. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the predefined position of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the axis ruler. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyOverridden. Controls the axis scale mode  
    Public PropertyControls the number of the stagger levels. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the offset of the staggered texts. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyWhen set to true the axis texts are displayed in a stagger manner. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the collection of AxisStripe objects. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the text properties applied on the axis texts. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the displayed axis title. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the text properties applied on the axis title. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyGives you access to the ValueFormat object specifying the formatting of the values displayed at the axis major ticks. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the visibility of the axis. (Inherited from Xceed.Chart.Core.Axis)
    Public PropertyControls the width of the axis when it is displayed with Tube or Bar style. (Inherited from Xceed.Chart.Core.Axis)
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this axis object (Inherited from Xceed.Chart.Core.Axis)
    Public MethodConverts a model coordinate to scale value (Inherited from Xceed.Chart.Core.Axis)
    Public MethodConverts a scale value to model coordninate (Inherited from Xceed.Chart.Core.Axis)
    Public MethodDetermines whether the major gridlines are displayed at the specified chart wall. (Inherited from Xceed.Chart.Core.Axis)
    Public MethodDetermines whether the minor gridlines are displayed at the specified chart wall. (Inherited from Xceed.Chart.Core.Axis)
    Public MethodCreates a user control which can be used for this object visual editing (Inherited from Xceed.Chart.Core.Axis)
    Public MethodOverloaded. Dynamically positions an axis relative to a value of another axis. (Inherited from Xceed.Chart.Core.Axis)
    Public MethodShows the major lines at the specified wall. (Inherited from Xceed.Chart.Core.Axis)
    Public MethodShows the minor lines at the specified wall. (Inherited from Xceed.Chart.Core.Axis)
    Public MethodSets a predefined layout for the axis texts. A predefined text layout is a specific combination of text offset, alignment, orientation and stagger. (Inherited from Xceed.Chart.Core.Axis)
    Public MethodShows the axis const line collection editor (Inherited from Xceed.Chart.Core.Axis)
    Public MethodShows the axis label collection editor (Inherited from Xceed.Chart.Core.Axis)
    Public MethodShows the axis stripe collection editor (Inherited from Xceed.Chart.Core.Axis)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Axis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalAxis)
    Top
    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