Action
    Preparing search index...

    Structure used to control the range of an axis.

    2.0

    Hierarchy (View Summary)

    Index

    Methods

    • Casts this object to the specified type. Throws error on failure.

      Type Parameters

      • T1

        The target type of the cast.

      • T2

        The type of the object to cast.

      Parameters

      Returns T1

    • Casts this object to the specified type. Returns null on failure.

      Type Parameters

      • T1

        The target type of the cast.

      • T2

        The type of the object to cast.

      Parameters

      Returns null | T1

    • Determines whether the specified object instances are considered equal.

      Parameters

      • objA: any

        The first object to compare.

      • objB: any

        The second object to compare.

      Returns boolean

      true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

    Default capability

    • Initializes a new instance of the Spotfire.Dxp.Application.Visuals.AxisRange class.

      Parameters

      • low: any

        The lower limit of the range, or null if the low value should be derived from the data.

      • high: any

        The upper limit of the range, or null if the low value should be derived from the data.

      Returns AxisRange

      2.0

    DefaultRange: AxisRange

    Gets an open range, that is, a range where both high and low limits are null.

    2.0

    • get High(): unknown

      Gets the high value.

      Returns unknown

      This value may be null, in which case the the low value is automatically derived from the data.

      2.0

    • get Low(): unknown

      Gets the low value.

      Returns unknown

      This value may be null, in which case the the low value is automatically derived from the data.

      2.0

    • Determines whether the specified object is equal to the current object.

      Parameters

      • obj: any

        Instance to check for equality.

      Returns boolean

      true if the specified object is equal to the current object; otherwise, false.

      2.0

    • Returns the hash code for this instance.

      Returns number

      A 32-bit signed integer that is the hash code for this instance.

      2.0

    • Returns a string that represents the current object.

      Returns string

      A string representing this object.

      2.0