ViewXYPolygonSeries Property |
LightningChart .NET Help
Gets or sets Polygon series list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PolygonSeriesCollection PolygonSeries { get; set; }Public Property PolygonSeries As PolygonSeriesCollection
Get
Set
public:
property PolygonSeriesCollection^ PolygonSeries {
PolygonSeriesCollection^ get ();
void set (PolygonSeriesCollection^ value);
}Property Value
Type:
PolygonSeriesCollection
See Also