Search Results for

    Show / Hide Table of Contents

    Struct Symbol.Default

    A simple struct that defines the default property values for the Symbol 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 drawing symbols (Color property).

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

    FillBrush

    The default custom brush for filling in this Symbol (Brush property).

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

    FillColor

    The default color for filling in this Symbol (Color property).

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

    FillType

    The default fill mode for the curve (Type property).

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

    IsAntiAlias

    The default value for the IsAntiAlias property.

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

    IsBorderVisible

    The default for drawing frames around symbols (IsVisible property). true to display symbol frames, false to hide them.

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

    IsVisible

    The default display mode for symbols (IsVisible property). true to display symbols, false to hide them.

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

    PenWidth

    The default pen width to be used for drawing curve symbols (Width property). Units are points.

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

    Size

    The default size for curve symbols (Size property), in units of points.

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

    Type

    The default symbol type for curves (Type property). This is defined as a SymbolType enumeration.

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