Sets the co-ordinate type of the Map Area.
[Serializable]
public sealed enum PolygonStyle : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
PolyPolygon. Takes three or more pairs of coordinates denoting a polygonal region.
Rect///Rect. Takes four coordinates: x1, y1, x2, and y2.
CircleCircle. Takes three coordinates: centerx, centery, and radius.

See Also

Steema.TeeChart.Styles Namespace