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

Upgrade to Q3 release and chart themes not working properly

1 Answer 62 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Bryce
Top achievements
Rank 1
Bryce asked on 17 Nov 2010, 10:11 PM
I upgraded to the latest Q3 release and my chart themes are not working properly for the Title area.  I've attached a couple screenshots to show the issue along with my xaml.

<telerikChart:RadChart x:Name="radChart" ItemsSource="{Binding ChartData}" BorderThickness="0"
                                   telerik:StyleManager.Theme="Windows7">
                <telerikChart:RadChart.SeriesMappings>
                    <telerikCharting:SeriesMapping>
                        <telerikCharting:SeriesMapping.SeriesDefinition>
                            <telerikCharting:AreaSeriesDefinition ShowItemLabels="False" ShowPointMarks="False" ShowItemToolTips="True" ItemToolTipFormat="#Y"/>
                        </telerikCharting:SeriesMapping.SeriesDefinition>
                        <telerikCharting:ItemMapping FieldName="Timestamp" DataPointMember="XValue"/>
                        <telerikCharting:ItemMapping FieldName="Value" DataPointMember="YValue"/>
                    </telerikCharting:SeriesMapping>
                </telerikChart:RadChart.SeriesMappings>
                <telerikChart:RadChart.DefaultView>
                    <telerikCharting:ChartDefaultView ChartLegendPosition="Bottom">
                        <telerikCharting:ChartDefaultView.ChartTitle>
                            <telerikCharting:ChartTitle HorizontalContentAlignment="Stretch" Content="RPC Averaged Latency"/>
                        </telerikCharting:ChartDefaultView.ChartTitle>
                        <telerikCharting:ChartDefaultView.ChartLegend>
                            <telerikCharting:ChartLegend x:Name="chartLegend" Visibility="Collapsed"/>
                        </telerikCharting:ChartDefaultView.ChartLegend>
                        <telerikCharting:ChartDefaultView.ChartArea>
                            <telerikCharting:ChartArea LegendName="chartLegend" EnableAnimations="False">
                                <telerikCharting:ChartArea.AxisX>
                                    <telerikCharting:AxisX LayoutMode="Normal" IsDateTime="True" DefaultLabelFormat="h:mm" AutoRange="True" 
                                                           LabelRotationAngle="60" LabelStep="1" TicksDistance="15"/>
                                </telerikCharting:ChartArea.AxisX>
                            </telerikCharting:ChartArea>
                        </telerikCharting:ChartDefaultView.ChartArea>
                    </telerikCharting:ChartDefaultView>
                </telerikChart:RadChart.DefaultView>
            </telerikChart:RadChart>

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 18 Nov 2010, 01:11 PM
Hi Bryce,

Unfortunately, I should confirm that there is an issue with the title theming in our Q3 version. It will be fixed in one of our next latest internal builds. I will write you back as soon as our developers fix it. As a temporary workaround I suggest you to set the "Windows 7" theme to the title also.

Please find your Telerik points updated and excuse us for the inconvenience caused.

Kind regards,
Sia
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
Bryce
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or