YAxis Class |
Namespace: ABB.Robotics.Tps.Windows.Forms
public class YAxis : Axis
The YAxis type exposes the following members.
| Name | Description | |
|---|---|---|
| YAxis |
Initializes a new instance of the YAxis class.
| |
| YAxis(Double, Double, DateTime, DateTime, Int32, Int32, Color, Color, Color, Font, Int32, LabelFormat, String, String, Color, Font, AxisType, Boolean) |
Initializes a new YAxis instance with specified data.
|
| Name | Description | |
|---|---|---|
| AxisType |
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
(Inherited from Axis.) | |
| Label |
A label that describes the data type this axis represents.
(Inherited from Axis.) | |
| LabelColor |
The color used for the axis label.
(Inherited from Axis.) | |
| LabelFont |
The Font used for the axis label.
(Inherited from Axis.) | |
| MajorTickColor |
The color used for major tick marks.
(Inherited from Axis.) | |
| MajorTickCount |
The number of major tick marks between the min and max values.
(Inherited from Axis.) | |
| MaxDateValue |
The maximum date/time value for the axis if autoscale is not applied
(Inherited from Axis.) | |
| MaxValue |
The maximum value for the axis if autoscale is not applied
(Inherited from Axis.) | |
| MinDateValue |
The minimum date/time value for the axis if autoscale is not applied
(Inherited from Axis.) | |
| MinorTickColor |
The color used for minor tick marks.
(Inherited from Axis.) | |
| MinorTickCount |
The number of minor tick marks between each major tick mark.
(Inherited from Axis.) | |
| MinValue |
The minimum value for the axis if autoscale is not applied
(Inherited from Axis.) | |
| TickDateFormat |
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
(Inherited from Axis.) | |
| TickLabelColor |
The color used for tick labels.
(Inherited from Axis.) | |
| TickLabelFont |
The Font used for tick labels.
(Inherited from Axis.) | |
| TickLabelFormat |
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
(Inherited from Axis.) | |
| TickLabelPrecision |
Number of decimal places displayed by tick labels.
(Inherited from Axis.) | |
| Visible |
Determines the visibility of the axis.
(Inherited from Axis.) |
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| GetFirstLabel |
Gets the string of the first label. This is usually done to calculate font height.
(Inherited from Axis.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMaxCharSize |
Returns maximum char size
(Inherited from Axis.) | |
| GetMaxLabelSize |
Returns maximum label width
(Inherited from Axis.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Overridden.
(Inherited from Axis.) |
| Name | Description | |
|---|---|---|
| m_axisType | Determines axis scaling. Choices are Normal, Inverted, and Logarithmic. (Inherited from Axis.) | |
| m_bVisible | Determines the visibility of the axis. (Inherited from Axis.) | |
| m_label | A label that describes the data type this axis represents. (Inherited from Axis.) | |
| m_labelColor | The color used for the axis label. (Inherited from Axis.) | |
| m_labelFont | The Font used for the axis label. (Inherited from Axis.) | |
| m_labels | List of axis labels. (Inherited from Axis.) | |
| m_majorTickColor | The color used for major tick marks (Inherited from Axis.) | |
| m_majorTickCount | The number of major tick marks between the min and max values. (Inherited from Axis.) | |
| m_majorTickXValues | Missing doc. (Inherited from Axis.) | |
| m_majorTickYValues | Missing doc. (Inherited from Axis.) | |
| m_maxDateValue | The maximum date/time value for the axis if autoscale is not applied. (Inherited from Axis.) | |
| m_maxValue | The maximum value for the axis if autoscale is not applied. (Inherited from Axis.) | |
| m_minDateValue | The minimum date/time value for the axis if autoscale is not applied. (Inherited from Axis.) | |
| m_minorTickColor | The color used for minor tick marks. (Inherited from Axis.) | |
| m_minorTickCount | The number of minor tick marks between each major tick mark. (Inherited from Axis.) | |
| m_minorTickXValues | Missing doc. (Inherited from Axis.) | |
| m_minorTickYValues | Missing doc. (Inherited from Axis.) | |
| m_propNames | Missing doc. (Inherited from Axis.) | |
| m_rectangle | Missing doc. (Inherited from Axis.) | |
| m_tickDateFormat | String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used. (Inherited from Axis.) | |
| m_tickLabelColor | The color used for tick labels. (Inherited from Axis.) | |
| m_tickLabelFont | The Font used for tick labels. (Inherited from Axis.) | |
| m_tickLabelFormat | Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom). (Inherited from Axis.) | |
| m_tickLabelPrecision | Number of decimal places displayed by tick labels. (Inherited from Axis.) |