Home > Net >  WPF application when using LiveChart loading data generation line chart, the curve of wandering
WPF application when using LiveChart loading data generation line chart, the curve of wandering

Time:12-23


The front-end code:
The Series="{Binding Views}"/& gt;
The back-end code: public SeriesCollection Views {get; The set; {}=new SeriesCollection ()
New LineSeries () {LineSmoothness=0, Values=new ChartValues () {1, 2, 3, 5, 10, 19, 30, 40, 50, 70, 40, 30, 20, 5, 3}},
New ColumnSeries () {Values=new ChartValues & lt; Int & gt; () {1, 2, 3, 5, 10, 19, 30, 40, 50, 70, 40, 30, 20, 5, 3}}};

CodePudding user response:

To find the answer, https://www.cnblogs.com/guanguanchangyu/archive/2004/01/13/12604090.html

CodePudding user response:

Congratulations to the building Lord, electing the building Lord ~
Check out the plane ~
  • Related