Version

TimeAxis Class Members

The following tables list the members exposed by TimeAxis.

Public Constructors
 NameDescription
Public ConstructorTimeAxis ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyEndValueGets/Sets the end value or maximum of this axis.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyKeyUnique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject)
Public PropertyStartValueGets/Sets the start value or minimum of this axis.  
Public PropertyTickmarkIntervalGets/Sets the interval at which tickmarks should be plotted on this axis.  
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
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