Struct OHLCBar.Default
A simple struct that defines the default property values for the OHLCBar class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceIsAutoSize
The default value for the IsAutoSize property.
Declaration
public static bool IsAutoSize
Field Value
Type | Description |
---|---|
Boolean |
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 |
Size
The default width for the candlesticks (see Size), in units of points.
Declaration
public static float Size
Field Value
Type | Description |
---|---|
Single |