Search Results for

    Show / Hide Table of Contents

    Enum AxisPlaneDrawLabelsMode

    Defines enum with axis plane modes for drawing labels

    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 AxisPlaneDrawLabelsMode extends Enum<AxisPlaneDrawLabelsMode>

    Fields

    Name Description
    AxisPlaneDrawLabelsBoth

    Axis labels are drawn on both sides of the axis cube.

    AxisPlaneDrawLabelsHidden

    Hides the axis labels for this plane, for example, when applied to the XY axis plane, the labels drawn by this plane will be hidden.

    AxisPlaneDrawLabelsLocalX

    Draws the labels on one side (the local X) of the plane

    AxisPlaneDrawLabelsLocalY

    Draws the labels on the other side (the local Y) of the plane

    Methods

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