Version

TimeAxis Class Methods

For a list of all members of this type, see TimeAxis members.

Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this object.  
Public MethodGetDateTimeTickmarksGets the DateTime values at which tickmarks occur on this axis.  
Public MethodGetNumericEndValueGets the end value of this axis, expressed as a numeric value. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Public MethodGetNumericRangeGets the range of this axis, expressed as a numeric value. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Public MethodGetNumericStartValueGets the start value of this axis, expressed as a numeric value. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Public MethodGetTickmarkValuesOverloaded. Overridden. Gets an array containing the values at which tickmarks in this axis should be plotted.  
Public MethodInsideRangeDetermines if the given value is within the start and end values of this axis. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Public MethodInverseNumericOfOverridden. Gets the object value for a numeric value on this axis.  
Public MethodMapFinds the numeric location of a value on this axis, relative to given start and end numeric values. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Public MethodMapInverseReturns the value found at a given location on the axis. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Public MethodNumericOfOverridden. Gets the value converted to a number, using the logic of this axis.  
Public MethodSetEndValueOverridden. Sets an end value for this axis.  
Public MethodSetStartValueOverridden. Sets a start value for this axis.  
Public MethodSetTickmarkIntervalOverridden. Sets a tickmark interval for this axis.  
Public MethodToStringReturns a string representation of this object. (Inherited from Infragistics.UltraGauge.Resources.Axis)
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also