Hi,
since the chart (and was it doe's with visual studio) almost drives me crazy - I have a simple question.
I simply want to change the color of the text showing the value to black.
I could manage it to set the "Label (DataLabel) color" but I can't find a way to change the color of the "value" shown on top of the bar.
I really hope this needs no code behind :)
My chart looks like this (at least when it doesn't change by itself :)):
By the way - this "Color=Black" has no effect - it was just a try to change this text.
And what I mean about "if it does not change by itself" - I swear the thing is horrible.
I'll prepare a short video to show what I mean.
But my only problem is the color or this value text.
Regards
Manfred
PS: the spellchecker seems to be brocken here in the forums...
since the chart (and was it doe's with visual studio) almost drives me crazy - I have a simple question.
I simply want to change the color of the text showing the value to black.
I could manage it to set the "Label (DataLabel) color" but I can't find a way to change the color of the "value" shown on top of the bar.
I really hope this needs no code behind :)
My chart looks like this (at least when it doesn't change by itself :)):
| <telerik:RadChart ID="rcGespraechsAuswertung2" runat="server" Width="910px" Height="500px" IntelligentLabelsEnabled="False" DataSourceID="SqlDataSource1" AutoLayout="true" Legend-Appearance-Visible="false" SeriesOrientation="Horizontal"> |
| <Appearance> |
| <FillStyle MainColor="255, 255, 220" FillType="Solid"> |
| </FillStyle> |
| <Border Color="103, 136, 190" /> |
| </Appearance> |
| <PlotArea> |
| <Appearance> |
| <FillStyle MainColor="255, 255, 220" FillType="Solid"> |
| </FillStyle> |
| <Border Color="149, 184, 206" /> |
| </Appearance> |
| <XAxis DataLabelsColumn="Beschr"> |
| <Appearance TextAppearance-TextProperties-Color="Black" Color="Black" MajorTick-Color="165, 190, 223"> |
| <MajorGridLines Color="165, 190, 223" /> |
| </Appearance> |
| </XAxis> |
| <YAxis AxisMode="Normal"> |
| <Appearance TextAppearance-TextProperties-Color="Black" Color="Black" MajorTick-Color="165, 190, 223" MinorTick-Color="165, 190, 223"> |
| <MajorGridLines Color="165, 190, 223" /> |
| <MinorGridLines Color="165, 190, 223" Width="0" /> |
| </Appearance> |
| </YAxis> |
| </PlotArea> |
| <ChartTitle> |
| <Appearance Dimensions-Width="900px" Dimensions-Margins="3px, 0px, 0px, 0px" Dimensions-Paddings="0,0,0,0"> |
| </Appearance> |
| <TextBlock Text="Gesprächsauswertung"> |
| <Appearance TextProperties-Color="Black" TextProperties-Font="Arial, 12pt, style=bold" Dimensions-Width="870px" Dimensions-Height="24px" Dimensions-AutoSize="false" Dimensions-Paddings="3,3,0,0"> |
| <FillStyle MainColor="#859bbc" FillType="Solid" /> |
| </Appearance> |
| </TextBlock> |
| </ChartTitle> |
| </telerik:RadChart> |
And what I mean about "if it does not change by itself" - I swear the thing is horrible.
I'll prepare a short video to show what I mean.
But my only problem is the color or this value text.
Regards
Manfred
PS: the spellchecker seems to be brocken here in the forums...