The Chart3DAxis 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 GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 NotifyChanges
Public method ShouldSerializeGridStyle
Public method ShouldSerializeMax
Returns false if the Axis Max property is in the default state.
Public method ShouldSerializeMin
Returns false if the Axis Min property is in the default state.
Public method ShouldSerializeUnitMajor
Returns false if the Axis UnitMajor property is in the default state.
Public method ShouldSerializeUnitMinor
Returns false if the Axis UnitMinor property is in the default state.
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property AnnoFormat
Gets or sets the annotation format.
Public property AnnoFormatString
Gets or set the annotation format string used with manual formats.
Public property AnnoMethod
Gets or sets annotation method of the axis.
Public property AnnoPosition
Gets or sets the position of the axis annotation and text.
Public property AnnoRotated
Gets or sets whether annotation rotated.
Public property AutoMajor
Gets or sets whether major tick mark values are calculated automatically.
Public property AutoMax
Gets or sets whether the axis minimum 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 GridStyle
Public property GridX
Public property GridY
Public property GridZ
Public property Labels
Public property MajorGrid
Gets the major grid lines object.
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 Text
Public property Title
Gets or sets the title of the axis.
Public property UnitMajor
Gets or sets the units between major tickmarks.
Public property UnitMinor
Gets or sets the units between minor tickmarks.
Public property ValueLabels
Gets the axis value labels.
Public property Visible
Gets or sets the axis visibility.

See Also