This is a migrated thread and some comments may be shown as answers.

ChartSeries Label Text Color not changing.

1 Answer 99 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jafin
Top achievements
Rank 2
Jafin asked on 18 Dec 2007, 05:54 AM
I am attempting to change the text color of a chartSeriesLabelText but it isn't changing.

Code is pretty simple:

foreach(ChartSeriesItem csi in chartSeries.Items)
{
csi.Label.TextBlock.Text = "#Y%";
csi.Label.TextBlock.Appearance.TextProperties.Color = Color.Red;
}

Text is always black.
No skin is being used to create the control this is with Futures Q3 2007.12.05

1 Answer, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 21 Dec 2007, 11:58 AM
Hi Jafin,

We see that you have already reported this issue in a recent ticket you have opened. The bug is already fixed, but did not get included in the release because of our stringent quality assurance procedures. You can expect this issue to be fixed in SP1 release. You may also contact us next week to receive a custom build if you need it urgently. We hope this will be a good enough option for you.

Greetings,
Vladimir Milev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (Obsolete)
Asked by
Jafin
Top achievements
Rank 2
Answers by
Vladimir Milev
Telerik team
Share this question
or