You must be logged in to post your query.
Home › Forums › Chart Support › Chart Data Binding from database example
Hello.
Chart Data Binding from database example In this example Model x: int y: int However I x: Time – (registered as a sting in the database — like 11:20:30) y: Real expression. — (like 10,3) I applied the example as it is, I only change the expression x: int and y: int in the Model, (`public string x { get; set; } public float y { get; set;` }) but I get an error message.
Can you help with the subject please?
You can find the sample at the attachment with SQL data https://drive.google.com/file/d/1QbJjCgZi5za0e7mGaUGhzjn6CX4ob68A/view?usp=sharing
SOLVED!!
@mtopal,
Glad that you figured it out. :)
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register