Click or drag to resize

SupplyCustomRealStringEventArgs Constructor

LightningChart .NET Help
Constructor.

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

Parameters

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