Event Graph.OnCalculateFit2D( _
mode As UserFitMode, _
PlotID As Long, _
FitID As Long, _
xStart As Double, _
xStep As Double, _
xCut As Long, _
dataCount As Long, _
xValues As Double(), _
yValues As Double(), _
ByRef Status As Long, _
ByRef FitValues As Double(), _
ByRef FitName As String)
|
- mode [in]
Type: UserFitMode
- PlotID [in]
Type: Long
- FitID [in]
Type: Long
- xStart [in]
Type: Double
- xStep [in]
Type: Double
- xCut [in]
Type: Long
- dataCount [in]
Type: Long
- xValues [in]
Type: Double()
- yValues [in]
Type: Double()
- Status [in, out]
Type: Long
- FitValues [out]
Type: Double()
- FitName [in, out]
Type: String
|
-
|