Search Results for

    Show / Hide Table of Contents

    Struct DataPoint

    A simple storage struct to maintain an individual sampling of data. This only contains two data values in order to reduce to memory load for large datasets. (e.g., no Tag or Z property)

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public struct DataPoint

    Fields

    | Improve this Doc View Source

    X

    The X value for the point, stored as a double type.

    Declaration
    public double X
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Y

    The Y value for the point, stored as a double type.

    Declaration
    public double Y
    Field Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX