[Serializable]
public sealed enum CandleStyles : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
CandleStick | Candle points represented by vertical rectangles with Open and Close vertical tick marks. |
CandleBar | Candle points represented by vertical lines with Open and Close horizontal tick marks. |
OpenClose | Candle points represented by vertical rectangles without Open and Close vertical tick marks. |
Line | Candle points represented by a line. |
See Also
Steema.TeeChart.Styles Namespace