Structure used to control the range of an axis.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 70.0.21819.5008 (70.0.21819.5008)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] public struct AxisRange
The AxisRange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AxisRange |
Initializes a new instance of the AxisRange class.
|
Properties
| Name | Description | |
|---|---|---|
| High | Gets the high value. | |
| Low | Gets the low value. |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified object is equal to the current object.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Equality operator.
| |
| Inequality |
Inequality operator.
|
Fields
| Name | Description | |
|---|---|---|
| DefaultRange | Gets an open range, that is, a range where both high and low limits are null.
|
Version Information
Supported in: 14.8, 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also