Struct JapaneseCandleStick.Default
A simple struct that defines the default property values for the JapaneseCandleStick class.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceFallingBorder
The default color for the border of the falling CandleSticks (FallingBorder property).
Declaration
public static Color FallingBorder
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FallingColor
The default fillcolor for drawing the falling case CandleSticks (FallingFill property).
Declaration
public static Color FallingColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
RisingBorder
The default color for the border of the rising CandleSticks (RisingBorder property).
Declaration
public static Color RisingBorder
Field Value
Type | Description |
---|---|
System.Drawing.Color |
RisingColor
The default fillcolor for drawing the rising case CandleSticks (RisingFill property).
Declaration
public static Color RisingColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |