Search Results for

    Show / Hide Table of Contents

    Struct OHLCBar.Default

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

    IsAutoSize

    The default value for the IsAutoSize property.

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

    IsOpenCloseVisible

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

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

    Size

    The default width for the candlesticks (see Size), in units of points.

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