Click here to Skip to main content
15,896,330 members

Comments by Member 15086979 (Top 3 by date)

Member 15086979 4-Mar-21 5:48am View    
if that value is less than the value in the label, then the value entered in the text box doesn't get plotted on the graph. I'm not sure how I can stop it from plotting on the graph. At the moment the values always plot, but I need to stop certain values from plotting on the graph
Member 15086979 1-Mar-21 18:03pm View    
I think I've managed that but I'm unsure how I can hide the point on the graph?
Member 15086979 1-Mar-21 10:50am View    
I'm not sure I understand what you mean.

The label contains a number, and this is constructed via a calculation, e.g.
double calculation = result * 0.20;
lblvalue.Text = calculation.ToString();


I tried using int.Parse(txtText2.Text) too