Click or drag to resize

LightningChartGetVersion Method

LightningChart .NET Help
Version and revision.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void GetVersion(
	out string version,
	out string revision
)

Parameters

version
Type: SystemString
Gets the major and minor numbers of the assembly.
revision
Type: SystemString
Arction internal revision number of the library. Notation of this value can change.
See Also