Use the members of this enumeration to set the value of the PolygonSource property of a PolygonData object.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum PolygonSourceEnum
Visual Basic
Public Enumeration PolygonSourceEnum

Members

Member nameValueDescription
Arrays0 Polygon data is specified through ChartCoordArray objects.
DataSeries1 Polygon data is specified by the specified data series associated the ChartGroup of the parent object.

See Also