Search Results for

    Show / Hide Table of Contents

    Struct Chart.Default

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

    BorderColor

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

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

    BorderPenWidth

    The default pen width for drawing the Chart 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

    FillBrush

    The default brush for the Chart background. (Brush property of Fill).

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

    FillColor

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

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

    FillType

    The default FillType for the Chart background. (Type property of Fill).

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

    IsBorderVisible

    The default display mode for the Chart border (Border property). true to show the border border, false to omit the border

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