Click or drag to resize

MathRoutinesMysteryCurve Method

LightningChart .NET Help
Mystery curve

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static void MysteryCurve(
	int counter,
	double iStep,
	double[,] points,
	double _xMax,
	double _yMax,
	double _yMin,
	double _xMin,
	int _iDeliveredPoints
)

Parameters

counter
Type: SystemInt32

[Missing <param name="counter"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

iStep
Type: SystemDouble

[Missing <param name="iStep"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

points
Type: SystemDouble

[Missing <param name="points"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

_xMax
Type: SystemDouble

[Missing <param name="_xMax"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

_yMax
Type: SystemDouble

[Missing <param name="_yMax"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

_yMin
Type: SystemDouble

[Missing <param name="_yMin"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

_xMin
Type: SystemDouble

[Missing <param name="_xMin"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

_iDeliveredPoints
Type: SystemInt32

[Missing <param name="_iDeliveredPoints"/> documentation for "M:Arction.Wpf.ChartingMVVM.MathRoutines.MysteryCurve(System.Int32,System.Double,System.Double[0:,0:],System.Double,System.Double,System.Double,System.Double,System.Int32)"]

See Also