Event Graph.OnCalculateFit3D( _
mode As UserFitMode, _
PlotID As Long, _
FitID As Long, _
xStart As Double, _
xStep As Double, _
xCut As Long, _
yStart As Double, _
yStep As Double, _
yCut As Long, _
dataCount As Long, _
xValues As Double(), _
yValues As Double(), _
zValues 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
- yStart [in]
Type: Double
- yStep [in]
Type: Double
- yCut [in]
Type: Long
- dataCount [in]
Type: Long
- xValues [in]
Type: Double()
- yValues [in]
Type: Double()
- zValues [in]
Type: Double()
- Status [in, out]
Type: Long
- FitValues [out]
Type: Double()
- FitName [in, out]
Type: String
|
-
|