Click or drag to resize

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.Wpf.Charting.ChartManager
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<LightningChart> Charts { get; }

Property Value

Type: ListLightningChart
See Also