Graph |
public class GraphAxisBreak
The GraphAxisBreak type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphAxisBreak | Initializes a new instance of GraphAxisBreak with default values. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| From | Start value of the break. | |
| Log10 | Whether the break is displayed on a logarithmic scale (base 10). | |
| MinorTicksAfter | Number of minor ticks after the break. | |
| MinorTicksBefore | Number of minor ticks before the break. | |
| Position | Position of the break as a percentage of the axis. | |
| ScaleIncrementAfter | Scale increment after the break. | |
| ScaleIncrementBefore | Scale increment before the break. | |
| Show | Whether the break is shown. | |
| To | End value of the break. |