Describes the possible values of the Style property.
[Serializable]
public sealed enum CandleStyles : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
CandleStickCandle points represented by vertical rectangles with Open and Close vertical tick marks.
CandleBarCandle points represented by vertical lines with Open and Close horizontal tick marks.
OpenCloseCandle points represented by vertical rectangles without Open and Close vertical tick marks.
LineCandle points represented by a line.

See Also

Steema.TeeChart.Styles Namespace