Search Results for

    Show / Hide Table of Contents

    Struct MajorGrid.Default

    A simple struct that defines the default property values for the MajorGrid 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

    Color

    The default color for the Axis grid lines (Color property). This color only affects the grid lines.

    Declaration
    public static Color Color
    Field Value
    Type Description
    Color
    | Improve this Doc View Source

    DashOff

    The default "dash off" size for drawing the Axis grid (DashOff property). Units are in points (1/72 inch).

    Declaration
    public static float DashOff
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    DashOn

    The default "dash on" size for drawing the Axis grid (DashOn property). Units are in points (1/72 inch).

    Declaration
    public static float DashOn
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    IsVisible

    The default display mode for the Axis grid lines (IsVisible property). true to show the grid lines, false to hide them.

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

    IsZeroLine

    The default boolean value that determines if a line will be drawn at the zero value for the axis.

    Declaration
    public static bool IsZeroLine
    Field Value
    Type Description
    Boolean

    true to show the zero line, false otherwise

    Remarks

    The zero line is a line that divides the negative values from the positive values. The default is set according to IsZeroLine, IsZeroLine, IsZeroLine,

    | Improve this Doc View Source

    PenWidth

    The default pen width for drawing the Axis grid (PenWidth property). Units are in points (1/72 inch).

    Declaration
    public static float PenWidth
    Field Value
    Type Description
    Single
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX