The YAxis type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| YAxis | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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 | (Inherited from Object.) |
Fields
Properties
| Name | Description | |
|---|---|---|
| AxisFont |
The System.Drawing.Font object to use when displaying the Y Axis title
| |
| AxisName |
The title of the Y Axis
| |
| Font |
The font to use when drawing Y Axis labels.
| |
| FontColor |
The color to use when drawing Y Axis labels.
| |
| ShowLines |
True if horizontal lines should be drawn for each y axis value.
| |
| YAxisLabelFormat | ||
| YAxisLabels |
An array of String containing labels to be displayed in place of values
for the Y Axis, in bottom to top order. This array should have the same
count of values as YAxisValues().
| |
| YAxisValues |
An array of Single containing values for the Y Axis, in bottom to top order.
|