Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #108922
    salasidis
    Participant

    I have a List<SQLDataClass> of data, with fields containing one DateTm and some data values

     

    Is there any way to get Chart to work off this list, instead of converting it to a Dictionary. I don’t need to bind directly to the SQL data, as long as I can bind to my List of data.

     

    Thanks

    • This topic was modified 6 months, 3 weeks ago by salasidis.
    #108924

    Hi,

    Here is an example with a List used for dataSource:
    https://www.htmlelements.com/blazor/blazor-ui/demos/blazor-chart?id=basic

    You need to bind the data fields with the series

    I hope this helps!

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

    #108967
    salasidis
    Participant

    • This reply was modified 6 months, 2 weeks ago by salasidis.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.