Click or drag to resize

SupplyCustomRealStringEventArgs Constructor

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public SupplyCustomRealStringEventArgs(
	double value,
	AxisSmithBase axis
)

Parameters

value
Type: SystemDouble
Real value.
axis
Type: Arction.Wpf.ChartingMVVM.AxesAxisSmithBase
Axis.
See Also