Version

Axis Class Members

The following tables list the members exposed by Axis.

Public Properties
 NameDescription
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)
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodGetEndValueGets the end value or maximum of this axis's range.  
Public MethodGetNumericEndValueGets the end value of this axis, expressed as a numeric value.  
Public MethodGetNumericRangeGets the range of this axis, expressed as a numeric value.  
Public MethodGetNumericStartValueGets the start value of this axis, expressed as a numeric value.  
Public MethodGetStartValueGets the start value or minimum of this axis.  
Public MethodGetTickmarkIntervalGets the interval at which tickmarks should be plotted on this axis.  
Public MethodGetTickmarkValuesOverloaded. 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.  
Public MethodInverseNumericOfGets 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.  
Public MethodMapInverseReturns the value found at a given location on the axis.  
Public MethodNumericOfGets the value converted to a number, using the logic of this axis.  
Public MethodSetEndValueSets the end value of the axis.  
Public MethodSetStartValueSets the start value of the axis.  
Public MethodSetTickmarkIntervalSets the tickmark interval on the axis.  
Public MethodToStringReturns a string representation of this object.  
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