LineStyle for Style
[Serializable]
public sealed enum DrawLineStyle : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
LinePlots a single line between start and end points
HorizParallelPlots 2 horizontal lines along top and bottom of the bounding rectangle expressed by start and end points
VertParallelPlots 2 vertical lines along left and right of the bounding rectangle expressed by start and end points
RectanglePlots a rectangle between start and end points
EllipsePlots an ellipse between start and end points

See Also

Steema.TeeChart.Tools Namespace