Click or drag to resize

Axis Class

Base class for all graph axes
Inheritance Hierarchy

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 abstract class Axis : ViComponent

The Axis type exposes the following members.

Constructors
  NameDescription
Protected methodAxis
Initializes a new instance of the Axis class.
Top
Properties
  NameDescription
Public propertyAxisType
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
Public propertyLabel
A label that describes the data type this axis represents.
Public propertyLabelColor
The color used for the axis label.
Public propertyLabelFont
The Font used for the axis label.
Public propertyMajorTickColor
The color used for major tick marks.
Public propertyMajorTickCount
The number of major tick marks between the min and max values.
Public propertyMaxDateValue
The maximum date/time value for the axis if autoscale is not applied
Public propertyMaxValue
The maximum value for the axis if autoscale is not applied
Public propertyMinDateValue
The minimum date/time value for the axis if autoscale is not applied
Public propertyMinorTickColor
The color used for minor tick marks.
Public propertyMinorTickCount
The number of minor tick marks between each major tick mark.
Public propertyMinValue
The minimum value for the axis if autoscale is not applied
Public propertyTickDateFormat
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
Public propertyTickLabelColor
The color used for tick labels.
Public propertyTickLabelFont
The Font used for tick labels.
Public propertyTickLabelFormat
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
Public propertyTickLabelPrecision
Number of decimal places displayed by tick labels.
Public propertyVisible
Determines the visibility of the 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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetMaxCharSize
Returns maximum char size
Protected methodGetMaxLabelSize
Returns maximum label width
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.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Protected fieldm_axisType
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
Protected fieldm_bVisible
Determines the visibility of the axis.
Protected fieldm_label
A label that describes the data type this axis represents.
Protected fieldm_labelColor
The color used for the axis label.
Protected fieldm_labelFont
The Font used for the axis label.
Protected fieldm_labels
List of axis labels.
Protected fieldm_majorTickColor
The color used for major tick marks
Protected fieldm_majorTickCount
The number of major tick marks between the min and max values.
Protected fieldm_majorTickXValues
Missing doc.
Protected fieldm_majorTickYValues
Missing doc.
Protected fieldm_maxDateValue
The maximum date/time value for the axis if autoscale is not applied.
Protected fieldm_maxValue
The maximum value for the axis if autoscale is not applied.
Protected fieldm_minDateValue
The minimum date/time value for the axis if autoscale is not applied.
Protected fieldm_minorTickColor
The color used for minor tick marks.
Protected fieldm_minorTickCount
The number of minor tick marks between each major tick mark.
Protected fieldm_minorTickXValues
Missing doc.
Protected fieldm_minorTickYValues
Missing doc.
Protected fieldm_propNames
Missing doc.
Protected fieldm_rectangle
Missing doc.
Protected fieldm_tickDateFormat
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
Protected fieldm_tickLabelColor
The color used for tick labels.
Protected fieldm_tickLabelFont
The Font used for tick labels.
Protected fieldm_tickLabelFormat
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
Protected fieldm_tickLabelPrecision
Number of decimal places displayed by tick labels.
Top
See Also