Struct OHLCBar.Default
A simple struct that defines the default property values for the OHLCBar 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 SourceIsAutoSize
The default value for the IsAutoSize property.
Declaration
public static bool IsAutoSize
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.Boolean |
Size
The default width for the candlesticks (see Size), in units of points.
Declaration
public static float Size
Field Value
Type | Description |
---|---|
System.Single |