Search Results for

    Show / Hide Table of Contents

    Enum XYlineType

    When plotting an x/y plot, this enum determines if plot is to use markers or line for data points

    Namespace: TimeSeriesAnalysis.Utility
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public enum XYlineType

    Fields

    Name Description
    line

    xy-plot should draw line between points

    noMarkers

    markers or lines should not be drawn,

    withMarkers

    only makers, no lines, for each x-y point

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX