Struct JapaneseCandleStick.Default
A simple struct that defines the default property values for the JapaneseCandleStick class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct DefaultFields
| Improve this Doc View SourceFallingBorder
The default color for the border of the falling CandleSticks (FallingBorder property).
Declaration
public static Color FallingBorderField Value
| Type | Description | 
|---|---|
| Color | 
FallingColor
The default fillcolor for drawing the falling case CandleSticks (FallingFill property).
Declaration
public static Color FallingColorField Value
| Type | Description | 
|---|---|
| Color | 
RisingBorder
The default color for the border of the rising CandleSticks (RisingBorder property).
Declaration
public static Color RisingBorderField Value
| Type | Description | 
|---|---|
| Color | 
RisingColor
The default fillcolor for drawing the rising case CandleSticks (RisingFill property).
Declaration
public static Color RisingColorField Value
| Type | Description | 
|---|---|
| Color |