Search Results for

    Show / Hide Table of Contents

    Enum DataSeriesType

    Enumeration constants to define the Type of IDataSeries

    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 DataSeriesType extends Enum<dataSeries.DataSeriesType>

    Fields

    Name Description
    Heatmap

    The IDataSeries contains the data from 2D array

    Hl

    The IDataSeries contains the XyError data

    Ohlc

    The IDataSeries contains the OHLC data

    Xy

    The IDataSeries contains the Xy data

    Xyy

    The IDataSeries contains the Xyy data

    Xyz

    The IDataSeries contains the Xyz data

    Methods

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