Search Results for

    Show / Hide Table of Contents

    Struct MasterPane.Default

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

    InnerPaneGap

    The default value for the InnerPaneGap property. This is the size of the margin between adjacent GraphPane objects, in units of points (1/72 inch).

    Declaration
    public static float InnerPaneGap
    Field Value
    Type Description
    Single
    See Also
    InnerPaneGap
    | Improve this Doc View Source

    IsCommonScaleFactor

    The default value for the IsCommonScaleFactor property.

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

    IsShowLegend

    The default value for the IsVisible property for the MasterPane class.

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

    IsUniformLegendEntries

    The default value for the IsUniformLegendEntries property.

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

    PaneLayout

    The default pane layout for DoLayout(Graphics) method calls.

    Declaration
    public static PaneLayout PaneLayout
    Field Value
    Type Description
    PaneLayout
    See Also
    SetLayout(Graphics, PaneLayout)
    SetLayout(Graphics, Int32, Int32)
    SetLayout(Graphics, Boolean, Int32[])
    SetLayout(Graphics, Boolean, Int32[], Single[])
    ReSize(Graphics, RectangleF)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX