DxChartAxisBase<T> Members
In This Article
#Properties
Name | Description |
---|---|
Child |
Inherited from Dx |
Discrete |
Specifies whether ticks and grid lines lie between or next to axis labels. |
Division |
Specifies the minimum distance between two neighboring major ticks. |
End |
Specifies whether an axis should start and end on ticks. |
Inverted | Specifies whether an axis is inverted. |
Logarithm |
Specifies the value to be raised to a power when the chart generates ticks for an axis of the Logarithmic type.
|
Minor |
Specifies the number of minor ticks between two neighboring major ticks. |
Minor |
Specifies the interval between minor ticks. Applies only to continuous axes. |
Tick |
Specifies the interval between major ticks. Does not apply to discrete axes. |
Type | Specifies an axis type. |
Visible | Specifies axis visibility. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also