LightningChartGetTotalChartCount Method |
LightningChart .NET Help
Gets total count of chart instances in application context.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static int GetTotalChartCount()
Public Shared Function GetTotalChartCount As Integer
public:
static int GetTotalChartCount()
Return Value
Type:
Int32Total chart count
See Also