Search Results for

    Show / Hide Table of Contents

    Struct Axis.Default

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

    AxisGap

    The default size for the gap between multiple axes (AxisGap property). Units are in points (1/72 inch).

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

    BorderColor

    The default color for the Axis itself (Color property). This color only affects the the axis border.

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

    Color

    The default color for the axis segment.

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

    IsAxisSegmentVisible

    The default value for IsAxisSegmentVisible, which determines whether or not the scale segment itself is visible

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

    MinSpace

    The default setting for the axis space allocation. This term, expressed in points (1/72 inch) and scaled according to CalcScaleFactor() for the GraphPane, determines the minimum amount of space an axis must have between the Rect and the Rect. This minimum space applies whether IsVisible is true or false.

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

    TitleFillBrush

    The default custom brush for filling in the Title text background (see Brush property).

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

    TitleFillColor

    The default color for filling in the Title text background (see Color property).

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

    TitleFillType

    The default fill mode for filling in the Title text background (see Type property).

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

    TitleFontBold

    The default font bold mode for the Axis Title text font specification FontSpec (IsBold property). true for a bold typeface, false otherwise.

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

    TitleFontColor

    The default font color for the Axis Title text font specification FontSpec (FontColor property).

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

    TitleFontFamily

    The default font family for the Axis Title text font specification FontSpec (Family property).

    Declaration
    public static string TitleFontFamily
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    TitleFontItalic

    The default font italic mode for the Axis Title text font specification FontSpec (IsItalic property). true for an italic typeface, false otherwise.

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

    TitleFontSize

    The default font size for the Axis Title text font specification FontSpec (Size property). Units are in points (1/72 inch).

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

    TitleFontUnderline

    The default font underline mode for the Axis Title text font specification FontSpec (IsUnderline property). true for an underlined typeface, false otherwise.

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

    TitleGap

    The default setting for the gap between the scale labels and the axis title.

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

    Type

    The default setting for the Axis scale axis type (Type property). This value is set as per the AxisType enumeration

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