The AxisPoint 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 ToString
Returns string that represents the object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Axis
Gets the axis which corresponds to the point.
Public property DataObject
Gets the object associated with axis point.
Public property FormattedLogBase
Gets the formatted logarithmic base.
Public property FormattedValue
Gets the formatted value of axis point.
Public property LogBase
Gets the logarithmic base of the axis.
Public property LogValue
Gets the logarithmic value of the axis point. For the linear(non-logarithmic) axis it returns axis value.
Public property Value
Gets the coordinate value of the axis point.

See Also