ViewXYPolygonSeries Property |
LightningChart .NET Help
Polygon series list
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<PolygonSeries> PolygonSeries { get; set; }Public Property PolygonSeries As List(Of PolygonSeries)
Get
Set
public:
property List<PolygonSeries^>^ PolygonSeries {
List<PolygonSeries^>^ get ();
void set (List<PolygonSeries^>^ value);
}Property Value
Type:
ListPolygonSeries
See Also