The AxisPoint type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
ToString |
Returns string that represents the object.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Axis |
Gets the axis which corresponds to the point.
|
|
|
DataObject |
Gets the object associated with axis point.
|
|
|
FormattedLogBase |
Gets the formatted logarithmic base.
|
|
|
FormattedValue |
Gets the formatted value of axis point.
|
|
|
LogBase |
Gets the logarithmic base of the axis.
|
|
|
LogValue |
Gets the logarithmic value of the axis point. For the linear(non-logarithmic)
axis it returns axis value.
|
|
|
Value |
Gets the coordinate value of the axis point.
|