This is a migrated thread and some comments may be shown as answers.

dynamic create Series ,difficult to create TrackBallInfoTemplate

0 Answers 33 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Si
Top achievements
Rank 1
Si asked on 19 Oct 2018, 02:03 AM

                    Chart.Series.Add(new LineSeries
                    {
                        CategoryBinding = binding,
                        ValueBinding = ...,
                        StrokeThickness = 1,
                        Stroke = ...,
                        ItemsSource = vm.Datas,
                        TrackBallInfoTemplate = // difficult to create
                    }); 

 

TrackBallInfoTemplate is difficult to create, how can i only set a stringformat to use trackballinfo

No answers yet. Maybe you can help?

Tags
ChartView
Asked by
Si
Top achievements
Rank 1
Share this question
or