Search Results for

    Show / Hide Table of Contents

    Struct ErrorBar.Default

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

    Declaration
    public static Color Color
    Field Value
    Type Description
    Color
    | 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 error bars (PenWidth 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 for drawing at the top and bottom of the error bar (see Symbol).

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