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


In This Topic
    VerticalAxis Class
    In This Topic
    Represents a vertical axis
    Object Model
    VerticalAxis Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.AxisConverter)>
    <SerializableAttribute()>
    Public Class VerticalAxis 
       Inherits Axis
    'Usage
     
    Dim instance As VerticalAxis
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.AxisConverter)]
    [Serializable()]
    public class VerticalAxis : Axis 
    Remarks
    Currently does not expose any functionality.
    Inheritance Hierarchy

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

    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 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 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 PropertyControls the scale mode of the axis. (Inherited from Xceed.Chart.Core.Axis)
    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.  
    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.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    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