Use the members of this enumeration to set the value
of the PolygonSource property of a PolygonData object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum PolygonSourceEnum |
Visual Basic |
---|
Public Enumeration PolygonSourceEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Arrays | 0 | Polygon data is specified through ChartCoordArray objects. | |
DataSeries | 1 | Polygon data is specified by the specified data series associated the ChartGroup of the parent object. |