Structure used to control the range of an axis.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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.
|
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified object is equal to the current object.
(Overrides ValueTypeEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (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.
|
Properties
Name | Description | |
---|---|---|
High | Gets the high value. | |
Low | Gets the low value. |
Version Information
See Also