ViewXYIntensityGridSeries Property |
LightningChart .NET Help
List of evenly spaced intensity grid series
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<IntensityGridSeries> IntensityGridSeries { get; set; }Public Property IntensityGridSeries As List(Of IntensityGridSeries)
Get
Set
public:
property List<IntensityGridSeries^>^ IntensityGridSeries {
List<IntensityGridSeries^>^ get ();
void set (List<IntensityGridSeries^>^ value);
}Property Value
Type:
ListIntensityGridSeries
See Also