Labels in Radar chart

Hi,

Looking at your Radar chart sample code included with Sample Browser, I noticed that code includes also lines for adding chart axis labels, e.g. Me.chartControl1.PrimaryXAxis.Labels.Add(New ChartAxisLabel("Speed")), etc.

When I run the sample, I am unable to see these labels and I cannot find a way to make these labels visible. So, what is the correct way to add labels to Radar chart?

I am using version 4.4.0.51

Regards,
Kalle Tillemann

2 Replies

RR Ramya R Syncfusion Team May 9, 2007 02:03 PM UTC

Hi Kalle,

Thank you for your interest in Syncfusion Products.

You can make the labels visible for the Radar Chart by setting the ValueType of the PrimaryXAxis as shown below,

this.chartControl1.PrimaryXAxis.ValueType = ChartValueType.Custom;

Let me know if you have further queries.

Thanks & Regards,
Ramya.


KT Kalle Tillemann May 10, 2007 09:57 AM UTC

Thanks, works fine.

Regards,
Kalle

Loader.
Up arrow icon