Hi telerik team,
i have a problem setting the pie chart data via data binding correctly.
This is my class for binding:
1. The pie chart explodes all parts. I tried bool and string representation for IsExploded.
How is the ExplodeField set correctly?
2. There's no TextField field.
Where can i set the text which is shown in the legend?
3. Tooltips and label data aren't rendered correctly, because i can not attach a culture to the chart.
How can i set the culture for a chart?
greetings,
Hubert
i have a problem setting the pie chart data via data binding correctly.
This is my class for binding:
internal class AssetsItemData { public double Value { get; set; } public string Color { get; set; } public bool IsExploded { get; set; } public string Text { get; set; } }1. The pie chart explodes all parts. I tried bool and string representation for IsExploded.
How is the ExplodeField set correctly?
2. There's no TextField field.
Where can i set the text which is shown in the legend?
3. Tooltips and label data aren't rendered correctly, because i can not attach a culture to the chart.
How can i set the culture for a chart?
greetings,
Hubert