Post

Replies

Boosts

Views

Activity

Reply to How di
You will need to change the line var xoutput = Double(self.xaxis.text) ?? 0.0 to var xoutput = Double(self.xaxis.text ?? "0") ?? 0.0 The self.xaxis.text field is optional
Replies
Boosts
Views
Activity
Sep ’25