Skip to content

Commit

Permalink
Changes in Issue #8800
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond-Andam committed Mar 12, 2024
1 parent 3ec349e commit fd050c5
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions instat/dlgScatterPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ Public Class dlgScatterPlot
ucrChkAddSidePlot.SetText("Side Plot")
ucrChkAddSidePlot.Enabled = False



ucrPnlGeoms.AddRadioButton(rdoJitter)
ucrPnlGeoms.AddRadioButton(rdoPoint)
ucrPnlGeoms.AddRadioButton(rdoCount)
Expand Down Expand Up @@ -731,42 +729,6 @@ Public Class dlgScatterPlot
SetPipeAssignTo()
End Sub

Private Sub ucrInput_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrInputStation.ControlValueChanged

End Sub

Private Sub ucrSaveScatterPlot_ContentsChanged(ucrChangedControl As ucrCore) Handles ucrVariablesAsFactorForScatter.ControlContentsChanged, ucrSaveScatterPlot.ControlContentsChanged, ucrReceiverX.ControlContentsChanged

End Sub

Private Sub ucrChkLegend_Load(sender As Object, e As EventArgs) Handles ucrChkLegend.Load

End Sub

Private Sub ucrInputLegendPosition_Load(sender As Object, e As EventArgs) Handles ucrInputLegendPosition.Load

End Sub

Private Sub ucr1stFactorReceiver_Load(sender As Object, e As EventArgs) Handles ucr1stFactorReceiver.Load

End Sub

Private Sub lblFacetBy_Click(sender As Object, e As EventArgs) Handles lblFacetBy.Click

End Sub

Private Sub ucrBase_Load(sender As Object, e As EventArgs) Handles ucrBase.Load

End Sub

Private Sub ucrInputStation_Load(sender As Object, e As EventArgs) Handles ucrInputStation.Load

End Sub

Private Sub ucrSaveScatterPlot_Load(sender As Object, e As EventArgs) Handles ucrSaveScatterPlot.Load

End Sub

Private Sub SetPipeAssignTo()
If ucrSelectorForScatter.ucrAvailableDataFrames.cboAvailableDataFrames.Text <> "" AndAlso clsPipeOperator.clsParameters.Count > 1 Then
clsPipeOperator.SetAssignTo(ucrSelectorForScatter.ucrAvailableDataFrames.cboAvailableDataFrames.Text)
Expand Down

0 comments on commit fd050c5

Please sign in to comment.