Japanese Candle Stick Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public class JapaneseCandleStick : OHLCBar,
ICloneable, ISerializableVB
<SerializableAttribute>
Public Class JapaneseCandleStick
Inherits OHLCBar
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
| JapaneseCandleStick | |
| JapaneseCandleStick(JapaneseCandleStick) | |
| JapaneseCandleStick(SerializationInfo, StreamingContext) |
Properties
| Color | (Inherited from LineBase) |
| DashOff | (Inherited from LineBase) |
| DashOn | (Inherited from LineBase) |
| FallingBorder | |
| FallingColor | |
| FallingFill | |
| GradientFill | (Inherited from LineBase) |
| IsAntiAlias | (Inherited from LineBase) |
| IsAutoSize | (Inherited from OHLCBar) |
| IsOpenCloseVisible | (Inherited from OHLCBar) |
| IsVisible | (Inherited from LineBase) |
| RisingBorder | |
| RisingFill | |
| Size | (Inherited from OHLCBar) |
| Style | (Inherited from LineBase) |
| Width | (Inherited from LineBase) |
Methods
Fields
| _fallingBorder | |
| _fallingColor | |
| _fallingFill | |
| _isAutoSize | (Inherited from OHLCBar) |
| _isOpenCloseVisible | (Inherited from OHLCBar) |
| _risingBorder | |
| _risingFill | |
| _size | (Inherited from OHLCBar) |
| schema2 |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |