This question is locked. New answers and comments are not allowed.
I would like to show data in WinForms in a fashion that's similar to the RadSparkline control for WPF.
I would like to hide everything from the chart except the actual data being shown.
I will also be updating the data in real-time, about every second with multiple charts on the same screen.
Does the WinForms RadChart have some way to hide all the extraneous information such as legend, axis, labels and to make the chart's data area fill the whole control?
Also, is RadChart up to the task in terms of performance for real-time data display or should I be using some other Telerik control for this?
Thank you,
I would like to hide everything from the chart except the actual data being shown.
I will also be updating the data in real-time, about every second with multiple charts on the same screen.
Does the WinForms RadChart have some way to hide all the extraneous information such as legend, axis, labels and to make the chart's data area fill the whole control?
Also, is RadChart up to the task in terms of performance for real-time data display or should I be using some other Telerik control for this?
Thank you,