how can i do to insert the title of Series on top of line in ScatterLineSeries.
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Dec 2018, 09:11 AM
Hello,
It is possible to show a title for the entire RadChartView by setting the RadChartView.ShowTitle property to true and specifying the desired text to the Title property. However, a separate title for the series is not purposed to be displayed. You can specify the LegendTitle for the series which to be shown when you enable the chart legend.
A possible solution that may cover your scenario is to use a grid line annotation with a label. Thus, you can specify at which value of the vertical axis to add the line with a custom title. Additional information about the annotation is available in the following help article: https://docs.telerik.com/devtools/winforms/controls/chartview/features/annotations/grid-line
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.