Use the members of this enumeration to set the value of the PolygonSource property of a PolygonData object.
[Visual Basic]
Public Enum PolygonSourceEnum
[C#]
public enum PolygonSourceEnum
[Delphi]
type PolygonSourceEnum = (Arrays, DataSeries);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Arrays |
Polygon data is specified through ChartCoordArray objects. |
DataSeries |
Polygon data is specified by the specified data series associated the ChartGroup of the parent object. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |