Search Results for

    Show / Hide Table of Contents

    Struct JapaneseCandleStick.Default

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

    FallingBorder

    The default color for the border of the falling CandleSticks (FallingBorder property).

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

    FallingColor

    The default fillcolor for drawing the falling case CandleSticks (FallingFill property).

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

    RisingBorder

    The default color for the border of the rising CandleSticks (RisingBorder property).

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

    RisingColor

    The default fillcolor for drawing the rising case CandleSticks (RisingFill property).

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