[Serializable]
public sealed enum PolygonStyle : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
Poly | Polygon. Takes three or more pairs of coordinates denoting a polygonal region. |
Rect | ///Rect. Takes four coordinates: x1, y1, x2, and y2. |
Circle | Circle. Takes three coordinates: centerx, centery, and radius. |
See Also
Steema.TeeChart.Styles Namespace