[Serializable]
public sealed enum DrawLineStyle : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
Line | Plots a single line between start and end points |
HorizParallel | Plots 2 horizontal lines along top and bottom of the bounding rectangle expressed by start and end points |
VertParallel | Plots 2 vertical lines along left and right of the bounding rectangle expressed by start and end points |
Rectangle | Plots a rectangle between start and end points |
Ellipse | Plots an ellipse between start and end points |
See Also
Steema.TeeChart.Tools Namespace