Search Results for

    Show / Hide Table of Contents

    Struct Y2Axis.Default

    A simple subclass of the Y2Axis.Default class that defines the default property values for the Y2Axis class.

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

    Fields

    | Improve this Doc View Source

    IsVisible

    The default display mode for the Y2Axis (IsVisible property). true to display the scale values, title, tic marks, false to hide the axis entirely.

    Declaration
    public static bool IsVisible
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsZeroLine

    Determines if a line will be drawn at the zero value for the Y2Axis, that is, a line that divides the negative values from positive values. IsZeroLine.

    Declaration
    public static bool IsZeroLine
    Field Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX