ChartManagerCharts Property |
LightningChart .NET Help
List of charts to be coordinated. Don't add items with form designer. Instead, use ChartManager property for each chart to assign the manager.
Namespace:
Arction.WinForms.Charting.ChartManager
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<LightningChart> Charts { get; }Public ReadOnly Property Charts As List(Of LightningChart)
Get
public:
property List<LightningChart^>^ Charts {
List<LightningChart^>^ get ();
}Property Value
Type:
ListLightningChart
See Also