Search Results for

    Show / Hide Table of Contents

    Struct GraphObj.Default

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

    AlignH

    Default value for the horizontal GraphObj text alignment (Location property). This is specified using the AlignH enum type.

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

    AlignV

    Default value for the vertical GraphObj text alignment (Location property). This is specified using the AlignV enum type.

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

    CoordFrame

    The default coordinate system to be used for defining the GraphObj location coordinates (Location property).

    Declaration
    public static CoordType CoordFrame
    Field Value
    Type Description
    CoordType

    The coordinate system is defined with the CoordType enum

    | Improve this Doc View Source

    IsClippedToChartRect

    The default value for IsClippedToChartRect.

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