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?