Search Results for

    Show / Hide Table of Contents

    Enum ClipMode

    Defines constants for behavior of the ZoomPanModifier.

    • ClipMode.None means you can pan right off the edge of the data into uncharted space.
    • ClipMode.StretchAtExtents causes a zooming (stretch) action when you reach the edge of the data.
    • ClipAtExtents forces the panning operation to stop suddenly at the extents of the data
    • ClipAtMin forces the panning operation to stop suddenly at the minimum of the data, but expand at the maximum
    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 ClipMode extends Enum<ClipMode>

    Fields

    Name Description
    ClipAtExtents

    ClipAtExtents forces the panning operation to stop suddenly at the extents of the data

    ClipAtMax

    ClipAtMax forces the panning operation to stop suddenly at the maximum of the data, but expand at the minimum

    ClipAtMin

    ClipAtMin forces the panning operation to stop suddenly at the minimum of the data, but expand at the maximum

    None

    ClipMode.None means you can pan right off the edge of the data into uncharted space.

    StretchAtExtents

    ClipMode.StretchAtExtents causes a zooming (stretch) action when you reach the edge of the data.

    Methods

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