Search Results for

    Show / Hide Table of Contents

    Enum BarBase

    Enumeration type that defines the base axis from which Bar graphs are displayed. The bars can be drawn on any of the four axes (XAxis, X2Axis, YAxis, and Y2Axis).

    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public enum BarBase

    Fields

    Name Description
    X

    Draw the Bar chart based from the XAxis.

    X2

    Draw the Bar chart based from the X2Axis.

    Y

    Draw the Bar chart based from the YAxis.

    Y2

    Draw the Bar chart based from the Y2Axis.

    See Also
    Base
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX