Gets the or sets whether the source of the polygon data is from a ChartCoordArray object or from a specified data series.

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

Syntax

C#
[DefaultValueAttribute(PolygonSourceEnum.Arrays)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public PolygonSourceEnum PolygonSource { get; set; }
Visual Basic
<DefaultValueAttribute(PolygonSourceEnum.Arrays)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property PolygonSource As PolygonSourceEnum
	Get
	Set

See Also