Skip to content

Is it possible to use ScottPlot with Data Binding on plottables? #494

@eduhza

Description

@eduhza

I couldn't find anywhere if it is possible.

I've used Syncfusion SfChart before, and it is possible to bind the the chart with it's series collection, for exemple:
<chart:SfChart x:Name="SfChart1" Series="{Binding SeriesCollection}" >

Thant would be amazing to do something similar with ScottPlot, so whenever I update a plottable, the chart updates.
<WpfPlot Name="wpfPlot1" Plottables={Binding PlottablesCollection} />

Also, if there is any material about using ScottPlot with mvvm pattern, I would appreciate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions