Search Results for

    Show / Hide Table of Contents

    Struct PaneBase.Default

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

    BaseDimension

    The default dimension of the Rect, which defines a normal sized plot. This dimension is used to scale the fonts, symbols, etc. according to the actual size of the Rect.

    Declaration
    public static float BaseDimension
    Field Value
    Type Description
    Single
    See Also
    CalcScaleFactor()
    | Improve this Doc View Source

    BorderColor

    The default color for the PaneBase border. (Border property).

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

    BorderPenWidth

    The default pen width for the PaneBase border. (Border property). Units are in points (1/72 inch).

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

    FillColor

    The default color for the Rect background. (Fill property).

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

    FontBold

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

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

    FontColor

    The default font color for the Title (FontColor property).

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

    FontFamily

    The default font family for the title (Title property).

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

    FontItalic

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

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

    FontSize

    The default font size (points) for the Title (Size property).

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

    FontUnderline

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

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

    IsBorderVisible

    The default border mode for the PaneBase. (Border property). true to draw a border around the Rect, false otherwise.

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

    IsFontsScaled

    The default setting for the IsFontsScaled option. true to have all fonts scaled according to BaseDimension, false otherwise.

    Declaration
    public static bool IsFontsScaled
    Field Value
    Type Description
    Boolean
    See Also
    CalcScaleFactor()
    | Improve this Doc View Source

    IsPenWidthScaled

    The default setting for the IsPenWidthScaled option. true to have all pen widths scaled according to BaseDimension, false otherwise.

    Declaration
    public static bool IsPenWidthScaled
    Field Value
    Type Description
    Boolean
    See Also
    CalcScaleFactor()
    | Improve this Doc View Source

    IsShowTitle

    The default display mode for the title at the top of the pane (Title IsVisible property). true to display a title, false otherwise.

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

    TitleGap

    The default value for the TitleGap property, expressed as a fraction of the scaled Title character height.

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