Search Results for

    Show / Hide Table of Contents

    Enum ClipModeTarget

    Defines constants with targets for behavior of the ZoomPanModifier.

    • ClipModeTarget.MaximumRange means that you can pan within MaximumRange of axis which includes GrowBy factor.
    • ClipModeTarget.DataRange means that you can pan within DataRange of axis which does not include GrowBy factor.
    • ClipModeTarget.VisibleRangeLimit means that you can pan within VisibleRangeLimit of axis.
    Inherited Members
    Enum.<T>valueOf(Class<T>,String)
    Enum.clone()
    Enum.compareTo(E)
    Enum.describeConstable()
    Enum.equals(Object)
    Enum.finalize()
    Enum.getDeclaringClass()
    Enum.hashCode()
    Enum.name()
    Enum.ordinal()
    Enum.toString()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public enum ClipModeTarget extends Enum<ClipModeTarget>

    Fields

    Name Description
    DataRange

    ClipModeTarget.DataRange means that you can pan within DataRange of axis which does not include GrowBy factor.

    MaximumRange

    ClipModeTarget.MaximumRange means that you can pan within MaximumRange of axis which includes GrowBy factor.

    VisibleRangeLimit

    ClipModeTarget.VisibleRangeLimit means that you can pan within VisibleRangeLimit of axis.

    Methods

    Name Description
    valueOf(String name)
    values()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml