Click or drag to resize

YAxis Class

Class for creating Y-Axis for graphs
Inheritance Hierarchy
SystemObject
  ViComponent
    ABB.Robotics.Tps.Windows.FormsAxis
      ABB.Robotics.Tps.Windows.FormsYAxis

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public class YAxis : Axis

The YAxis type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAxisType
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
(Inherited from Axis.)
Public propertyLabel
A label that describes the data type this axis represents.
(Inherited from Axis.)
Public propertyLabelColor
The color used for the axis label.
(Inherited from Axis.)
Public propertyLabelFont
The Font used for the axis label.
(Inherited from Axis.)
Public propertyMajorTickColor
The color used for major tick marks.
(Inherited from Axis.)
Public propertyMajorTickCount
The number of major tick marks between the min and max values.
(Inherited from Axis.)
Public propertyMaxDateValue
The maximum date/time value for the axis if autoscale is not applied
(Inherited from Axis.)
Public propertyMaxValue
The maximum value for the axis if autoscale is not applied
(Inherited from Axis.)
Public propertyMinDateValue
The minimum date/time value for the axis if autoscale is not applied
(Inherited from Axis.)
Public propertyMinorTickColor
The color used for minor tick marks.
(Inherited from Axis.)
Public propertyMinorTickCount
The number of minor tick marks between each major tick mark.
(Inherited from Axis.)
Public propertyMinValue
The minimum value for the axis if autoscale is not applied
(Inherited from Axis.)
Public propertyTickDateFormat
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
(Inherited from Axis.)
Public propertyTickLabelColor
The color used for tick labels.
(Inherited from Axis.)
Public propertyTickLabelFont
The Font used for tick labels.
(Inherited from Axis.)
Public propertyTickLabelFormat
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
(Inherited from Axis.)
Public propertyTickLabelPrecision
Number of decimal places displayed by tick labels.
(Inherited from Axis.)
Public propertyVisible
Determines the visibility of the axis.
(Inherited from Axis.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetFirstLabel
Gets the string of the first label. This is usually done to calculate font height.
(Inherited from Axis.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetMaxCharSize
Returns maximum char size
(Inherited from Axis.)
Protected methodGetMaxLabelSize
Returns maximum label width
(Inherited from Axis.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overridden.
(Inherited from Axis.)
Top
Fields
  NameDescription
Protected fieldm_axisType
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
(Inherited from Axis.)
Protected fieldm_bVisible
Determines the visibility of the axis.
(Inherited from Axis.)
Protected fieldm_label
A label that describes the data type this axis represents.
(Inherited from Axis.)
Protected fieldm_labelColor
The color used for the axis label.
(Inherited from Axis.)
Protected fieldm_labelFont
The Font used for the axis label.
(Inherited from Axis.)
Protected fieldm_labels
List of axis labels.
(Inherited from Axis.)
Protected fieldm_majorTickColor
The color used for major tick marks
(Inherited from Axis.)
Protected fieldm_majorTickCount
The number of major tick marks between the min and max values.
(Inherited from Axis.)
Protected fieldm_majorTickXValues
Missing doc.
(Inherited from Axis.)
Protected fieldm_majorTickYValues
Missing doc.
(Inherited from Axis.)
Protected fieldm_maxDateValue
The maximum date/time value for the axis if autoscale is not applied.
(Inherited from Axis.)
Protected fieldm_maxValue
The maximum value for the axis if autoscale is not applied.
(Inherited from Axis.)
Protected fieldm_minDateValue
The minimum date/time value for the axis if autoscale is not applied.
(Inherited from Axis.)
Protected fieldm_minorTickColor
The color used for minor tick marks.
(Inherited from Axis.)
Protected fieldm_minorTickCount
The number of minor tick marks between each major tick mark.
(Inherited from Axis.)
Protected fieldm_minorTickXValues
Missing doc.
(Inherited from Axis.)
Protected fieldm_minorTickYValues
Missing doc.
(Inherited from Axis.)
Protected fieldm_propNames
Missing doc.
(Inherited from Axis.)
Protected fieldm_rectangle
Missing doc.
(Inherited from Axis.)
Protected fieldm_tickDateFormat
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
(Inherited from Axis.)
Protected fieldm_tickLabelColor
The color used for tick labels.
(Inherited from Axis.)
Protected fieldm_tickLabelFont
The Font used for tick labels.
(Inherited from Axis.)
Protected fieldm_tickLabelFormat
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
(Inherited from Axis.)
Protected fieldm_tickLabelPrecision
Number of decimal places displayed by tick labels.
(Inherited from Axis.)
Top
See Also