The Axis type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method getAxisCompassEditorInfo
Public method GetAxisRect
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHiddenProperties
Public method GetMax()()()()
Gets the current value of the Axis Max property as an object.
Public method GetMax(Type)
Gets the current value of the Axis Max property as an object.
Public method GetMin()()()()
Gets the current value of the Axis Min property as an object.
Public method GetMin(Type)
Gets the current value of the Axis Min property as an object.
Public method GetTitleRectangle
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ResetAlignment
Public method ResetAnnoFormat
Public method ResetAnnoMethod
Public method ResetFont
Resets the inheritance state of the axis font.
Public method ResetForeColor
Resets the inheritance state of the axis forecolor.
Public method ResetTickLabels
Public method ResetTickMajor
Public method ResetTickMinor
Public method SetMinMax
Sets one or both the values of the Axis Min and Axis Max properties at the same time. If the specified Min value is less than the specified Max value, the values are swapped.
Public method ShouldSerialize_Origin
Public method ShouldSerializeAlignment
Public method ShouldSerializeAnnoFormat
Public method ShouldSerializeAnnoMethod
Public method ShouldSerializeFont
Returns false if the Axis Font property is in the default state.
Public method ShouldSerializeForeColor
Returns false if the Axis ForeColor property is in the default state.
Public method ShouldSerializeGridMajor
Public method ShouldSerializeGridMinor
Public method ShouldSerializeSB
Public method ShouldSerializeTickLabels
Public method ShouldSerializeTickMajor
Public method ShouldSerializeTickMinor
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Alignment
Gets or sets the text alignment within the axis display.
Public property AnnoFormat
Gets or sets the annotation format for the axis.
Public property AnnoFormatString
Gets or sets the annotation format string used with manual formats.
Public property AnnoMethod
Gets or sets the annotation method used.
Public property AnnotationRotation
Gets or sets the clockwise angle of rotation for the axis annotations.
Public property AnnoVerticalText
Gets or sets whether annotation text is displayed vertically.
Public property AutoMajor
Gets or sets whether major tick mark values are calculated automatically.
Public property AutoMax
Gets or sets whether the axis maximum value is calculated automatically.
Public property AutoMin
Gets or sets whether the axis minimum value is calculated automatically.
Public property AutoMinor
Gets or sets whether minor tick mark values are calculated automatically.
Public property AutoOrigin
Gets or sets whether the axis origin is selected automatically.
Public property Compass
Gets or sets the general positioning of the axis.
Public property Font
Gets or sets the font object.
Public property ForeColor
Gets or sets the foreground color.
Public property GridMajor
Gets or sets the major grid lines object.
Public property GridMinor
Gets or sets the minor grid lines object.
Public property IsLogarithmic
Gets or sets when the axis is scaled logarithmically.
Public property LogarithmicBase
Gets or sets the base of the logarithmic scale used.
Public property Max
Gets or sets the maximum value of the axis.
Public property Min
Gets or sets the minimum value of the axis.
Public property Name
Gets the axis name.
Public property NoAnnoOverlap
Gets or sets whether axis annotations are permitted to overlap.
Public property OnTop
Gets or sets whether axis and gridlines appear on top of the chart image.
Public property Origin
Gets or sets the axis origin, the value on axis where the perpendicular axis is rendered.
Public property Reversed
Gets or sets whether the axis is normal or reversed (ascending or descending).
Public property Rotation
Gets or sets the rotational orientation of the textual caption of the axis.
Public property ScrollBar
Gets the axis scroll bar.
Public property Text
Gets or sets the textual caption of the axis.
Public property Thickness
Gets or sets the line thickness of the axis in pixels.
Public property TickFactorMajor
Gets or sets an integral factor for major tick mark length.
Public property TickFactorMinor
Gets or sets an integral factor for minor tick mark length.
Public property TickGauge
Gets or sets the approximate number of intervals delineated by gauge marks between major tick marks.
Public property TickLabels
Gets or sets the placement of the annotation labels relative the axis.
Public property TickMajor
Gets or sets the type of major tick mark.
Public property TickMinor
Gets or sets the type of minor tick mark.
Public property TooltipText
Public property UnitMajor
Gets or sets the units between major tick marks.
Public property UnitMinor
Gets or sets the units between minor tick marks.
Public property ValueLabels
Gets the ValueLabelsCollection object.
Public property VerticalText
Gets or sets whether the label text is displayed vertically.
Public property Visible
Gets or sets the axis visibility.

See Also