Skip to content

Commit

Permalink
Implementated Output Naming System for One Variable Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
derekagorhom committed Nov 27, 2024
1 parent d6b907f commit 6928710
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions instat/dlgOneVariableGraph.vb
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,9 @@ Public Class dlgOneVariableGraph
Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrSelectorOneVarGraph.ControlContentsChanged, ucrReceiverOneVarGraph.ControlContentsChanged, ucrSaveGraph.ControlContentsChanged
TestOkEnabled()
End Sub

Private Sub ucrSelectorOneVarGraph_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrSelectorOneVarGraph.ControlValueChanged
Dim clsGetDataFrameFunction As RFunction = ucrSelectorOneVarGraph.ucrAvailableDataFrames.clsCurrDataFrame.Clone
clsOneVarGraph.AddParameter("data", clsRFunctionParameter:=clsGetDataFrameFunction, iPosition:=0)
End Sub
End Class

0 comments on commit 6928710

Please sign in to comment.