The following tables list the members exposed by NumericAxis.
Name | Description | |
---|---|---|
NumericAxis Constructor | Overloaded. |
Name | Description | |
---|---|---|
EndValue | Gets/Sets the end value or maximum of this axis. | |
GaugeComponent | The Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject) | |
Key | Unique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject) | |
StartValue | Gets/Sets the start value or minimum of this axis. | |
TickmarkInterval | Gets/Sets the interval at which tickmarks should be plotted on this axis. |
Name | Description | |
---|---|---|
SortedPropertyNames | Used by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject) |
Name | Description | |
---|---|---|
Clone | Creates and returns a copy of this object. | |
GetNumericEndValue | Gets the end value of this axis, expressed as a numeric value. (Inherited from Infragistics.UltraGauge.Resources.Axis) | |
GetNumericRange | Gets the range of this axis, expressed as a numeric value. (Inherited from Infragistics.UltraGauge.Resources.Axis) | |
GetNumericStartValue | Gets the start value of this axis, expressed as a numeric value. (Inherited from Infragistics.UltraGauge.Resources.Axis) | |
GetNumericTickmarks | Gets the numeric values at which tickmarks occur on this axis. | |
GetTickmarkValues | Overloaded. Overridden. Gets an array containing the values at which tickmarks in this axis should be plotted. | |
InsideRange | Determines if the given value is within the start and end values of this axis. (Inherited from Infragistics.UltraGauge.Resources.Axis) | |
InverseNumericOf | Overridden. Gets the object value for a numeric value on this axis. | |
Map | Finds the numeric location of a value on this axis, relative to given start and end numeric values. (Inherited from Infragistics.UltraGauge.Resources.Axis) | |
MapInverse | Returns the value found at a given location on the axis. (Inherited from Infragistics.UltraGauge.Resources.Axis) | |
NumericOf | Overridden. Gets the value converted to a number, using the logic of this axis. | |
SetEndValue | Overridden. Sets an end value for this axis. | |
SetStartValue | Overridden. Sets a start value for this axis. | |
SetTickmarkInterval | Overridden. Sets a tickmark interval for this axis. | |
ToString | Returns a string representation of this object. (Inherited from Infragistics.UltraGauge.Resources.Axis) |
Name | Description | |
---|---|---|
Invalidate | Invalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject) |