I'm trying to change the series color in both PolarSeries and CartesianSeries charts (in C#)... in neither can I find the Appearance, Definition, Stroke or Fill properties mentioned in the documention, any clues how to achieve this?
Tia,
Jonathan.
Tia,
Jonathan.
5 Answers, 1 is accepted
0
Hello Jonathan,
I think that there has been some slight confusion here. You have opened this thread with Product RadChart (which is the old charting solution we have for WPF). You state that you are using CartesianSeries, which is part of the new ChartView set. So it seems that you are looking at the wrong documentation.
References:
ChartView qsf
ChartView online documentation
ChartView sdk
Regards,
Petar Marchev
Telerik
I think that there has been some slight confusion here. You have opened this thread with Product RadChart (which is the old charting solution we have for WPF). You state that you are using CartesianSeries, which is part of the new ChartView set. So it seems that you are looking at the wrong documentation.
References:
ChartView qsf
ChartView online documentation
ChartView sdk
Regards,
Petar Marchev
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Jonathan
Top achievements
Rank 1
answered on 11 Jun 2014, 11:21 AM
I actually also said I was using PolarSeries, sorry if I confused anyone. I was initially using one of your code examples for polar charts.
Jonathan
Jonathan
0
Hello Jonathan,
The polar chart is part of the new ChartView. The new chart view is a set of controls, and not a single control. Let us know if you have any other questions.
Regards,
Petar Marchev
Telerik
The polar chart is part of the new ChartView. The new chart view is a set of controls, and not a single control. Let us know if you have any other questions.
Regards,
Petar Marchev
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Jonathan
Top achievements
Rank 1
answered on 11 Jun 2014, 01:17 PM
I'm trying to change the series color in both PolarSeries and CartesianSeries charts (in C#)... in neither can I find the Appearance, Definition, Stroke or Fill properties mentioned in the documention, any clues how to achieve this?
0
Hi Jonathan,
As I tried explaining earlier - you are confusing the two controls. There are no Appearance and Definition properties in the new ChartView, these exist somewhere in the old RadChart. You can check out the references I sent earlier and you will find many examples in which customization is demonstrated. You can also check out our online documentation - probably the styling section is what you are looking for.
Regards,
Petar Marchev
Telerik
As I tried explaining earlier - you are confusing the two controls. There are no Appearance and Definition properties in the new ChartView, these exist somewhere in the old RadChart. You can check out the references I sent earlier and you will find many examples in which customization is demonstrated. You can also check out our online documentation - probably the styling section is what you are looking for.
Regards,
Petar Marchev
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.