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.C1ChartAssembly: 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 |