Chart x values from textbox

bones

Well-known member
Joined
Aug 23, 2014
Messages
143
Programming Experience
Beginner
Is it possible using Data Visualization Charting features to use text boxes to establish the x axis values?

I would like to set the starting value, increment values and ending values by allowing the end user to enter them as desired in 3 text boxes....

eg. Textbox1 Contains a starting value of .100
Textbox2 Contains an increment value of .100
Textbox3 Contains the max x axis value of 1.500

Can this be done?
Can some sample code be provided?
 
Last edited:
Back
Top