Graph |
public class GraphAxis
The GraphAxis type exposes the following members.
| 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 | |
|---|---|---|
| Anchor | Anchor value for anchored axes. | |
| FormatAxis | Formatting settings for the axis. Two elements expected. | |
| MajorGrid | Major grid settings for the axis. | |
| MajorTicks | Number of major ticks. | |
| Max | Maximum value of the axis scale. | |
| Min | Minimum value of the axis scale. | |
| MinorGrid | Minor grid settings for the axis. | |
| MinorTicks | Number of minor ticks. | |
| OppositeLine | Whether the opposite axis line is drawn. | |
| Position | Position of the axis (left, right, top, bottom, etc.). | |
| Scale | Scale type identifier. | |
| Step | Step increment for the axis. | |
| TickAxis | Tick settings for the axis. Two elements expected. | |
| ZeroLine | Whether a zero baseline is drawn. |