Search Results for

    Show / Hide Table of Contents

    Struct MajorTic.Default

    A simple struct that defines the default property values for the MinorTic 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 major tics (Color property).

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

    IsCrossInside

    The default display mode for the Axis major inside "cross" tic marks (IsCrossInside property).

    Declaration
    public static bool IsCrossInside
    Field Value
    Type Description
    Boolean

    true to show the major cross tic marks, false otherwise

    Remarks

    The "cross" tics are a special, additional set of tic marks that always appear on the actual axis, even if it has been shifted due to the Cross setting. The other tic marks are always fixed to the edges of the Rect. The cross tics are normally not displayed, since, if CrossAuto is true, they will exactly overlay the "normal" and "inside" tics. If CrossAuto is false, then you will most likely want to enable the cross tics. The major tic spacing is controlled by MajorStep.

    | Improve this Doc View Source

    IsCrossOutside

    The default display mode for the Axis major outside "cross" tic marks (IsCrossOutside property).

    Declaration
    public static bool IsCrossOutside
    Field Value
    Type Description
    Boolean

    true to show the major cross tic marks, false otherwise

    Remarks

    The "cross" tics are a special, additional set of tic marks that always appear on the actual axis, even if it has been shifted due to the Cross setting. The other tic marks are always fixed to the edges of the Rect. The cross tics are normally not displayed, since, if CrossAuto is true, they will exactly overlay the "normal" and "inside" tics. If CrossAuto is false, then you will most likely want to enable the cross tics. The major tic spacing is controlled by MajorStep.

    | Improve this Doc View Source

    IsInside

    The display mode for the Axis major inside tic marks (IsInside property). The major tic spacing is controlled by MajorStep.

    Declaration
    public static bool IsInside
    Field Value
    Type Description
    Boolean

    true to show the major tic marks (inside the axis), false otherwise

    | Improve this Doc View Source

    IsOpposite

    The display mode for the Axis major opposite tic marks (IsOpposite property). The major tic spacing is controlled by MajorStep.

    Declaration
    public static bool IsOpposite
    Field Value
    Type Description
    Boolean

    true to show the major tic marks (inside the axis on the opposite side), false otherwise

    | Improve this Doc View Source

    IsOutside

    The display mode for the Axis major outside tic marks (IsOutside property). The major tic spacing is controlled by MajorStep.

    Declaration
    public static bool IsOutside
    Field Value
    Type Description
    Boolean

    true to show the major tic marks (outside the axis), false otherwise

    | Improve this Doc View Source

    PenWidth

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

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

    Size

    The default size for the Axis tic marks. (Size property). Units are in points (1/72 inch).

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