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 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 |
---|---|
Color |
FallingColor
The default fillcolor for drawing the falling case CandleSticks (FallingFill property).
Declaration
public static Color FallingColor
Field Value
Type | Description |
---|---|
Color |
RisingBorder
The default color for the border of the rising CandleSticks (RisingBorder property).
Declaration
public static Color RisingBorder
Field Value
Type | Description |
---|---|
Color |
RisingColor
The default fillcolor for drawing the rising case CandleSticks (RisingFill property).
Declaration
public static Color RisingColor
Field Value
Type | Description |
---|---|
Color |