Search Results for

    Show / Hide Table of Contents

    Enum ScientificNotation

    Defines constant for scientific or engineering notation on NumericAxis

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

    Fields

    Name Description
    E

    Engineering tick labeling, e.g. 1E+4 without superscript

    LogarithmicBase

    Tick labelling with of power of other bases, determined by LogarithmicNumericAxis#getLogarithmicBase() E.g. 1x[base]+4 with superscript

    None

    Default tick labeling, e.g. 10000

    Normalized

    Normalized (Scientific) tick labeling, e.g. 1x10^4 with superscript

    Methods

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