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

SeriesMappings and Custom Layout

1 Answer 78 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Paul Ezerski
Top achievements
Rank 1
Paul Ezerski asked on 25 Jul 2009, 12:28 AM
Hi,

I am using the chart control with SeriesMappings.  Once I define a custom layout, like below, the chart no longer shows data.
        <telerik:RadChart x:Name="RadChart1" UseDefaultLayout="False">  
            <Grid> 
                <Grid.RowDefinitions> 
                    <RowDefinition Height="Auto" /> 
                    <RowDefinition Height="*" /> 
                    <RowDefinition Height="Auto" /> 
                </Grid.RowDefinitions> 
 
                <chart:ChartArea x:Name="ChartArea1" LegendName="ChartLegend1" 
                      Grid.Row="0" /> 
                <chart:ChartTitle Content="Sample Report" Grid.Row="1" 
                       VerticalAlignment="Top" HorizontalAlignment="Center" 
                       TextElement.FontWeight="Bold" TextElement.FontSize="24" /> 
                <chart:ChartLegend x:Name="ChartLegend1" Header="Legend:" 
                        Grid.Row="2" 
                        VerticalAlignment="Top" /> 
            </Grid> 
        </telerik:RadChart> 

Are SeriesMappings not possible with custom layouts?

Thanks,
Pauly

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 30 Jul 2009, 08:52 AM
Hi Pauly,

Unfortunately, RadChart does not support custom layout in databinding scenarios. Our developers are aware of this limitation and they will investigate the possibilities to solve it in the nearest future.

Best regards,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart
Asked by
Paul Ezerski
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or