Skip to content

Commit

Permalink
Merge pull request #9281 from derekagorhom/Output_system_OneVar_Graph
Browse files Browse the repository at this point in the history
Implemented Improved R code for One Variable Graph
  • Loading branch information
N-thony authored Dec 5, 2024
2 parents ec7a0e2 + 6928710 commit 40978a9
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 40978a9

Please sign in to comment.