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

Update to 2011Q3 Charting not working anymore

4 Answers 59 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Sascha
Top achievements
Rank 1
Sascha asked on 21 Nov 2011, 11:59 AM
Hello,

I've updated my solution to the 2011Q3 version.
Now the charting is not working any more. With 2011Q1 the code below worked fine. What is wrong with Q3?
Is there something missing? I've copied the error messages below.

The examples provided in the help database are also not working. 

Any Idea?

Kind Regards,
Sascha

             xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"  x:Class="CISGraphView.View.GraphView"
    d:DesignHeight="300" d:DesignWidth="400">
    <UserControl.Resources>
        <Style x:Key="LabelDataPointStyle" TargetType="toolkit:PieDataPoint">
            <Setter Property="RatioStringFormat" Value="{}{0:p2}"/>
            <Setter Property="DependentValueStringFormat" Value="{}{0:N2}" />
        </Style>
    </UserControl.Resources>
    <Grid x:Name="LayoutRoot" Background="White">
 
        <telerik:RadChart HorizontalAlignment="Stretch"  Name="chart" VerticalAlignment="Stretch"
                            Effect="{Binding InvalidateEffect}" >
            <telerik:RadChart.SeriesMappings>
                <telerik:SeriesMapping>
                    <telerik:SeriesMapping.SeriesDefinition>
                        <telerik:PieSeriesDefinition>
                            <telerik:PieSeriesDefinition.LabelSettings>
                                <telerik:RadialLabelSettings LabelOffset="1.2" />
                            </telerik:PieSeriesDefinition.LabelSettings>
                            <telerik:PieSeriesDefinition.InteractivitySettings>
                                <telerik:InteractivitySettings  HoverScope="Item" SelectionScope="Item" SelectionMode="Single" />
                            </telerik:PieSeriesDefinition.InteractivitySettings>
                        </telerik:PieSeriesDefinition>
                    </telerik:SeriesMapping.SeriesDefinition>
 
                </telerik:SeriesMapping>
            </telerik:RadChart.SeriesMappings>
 
        </telerik:RadChart>
 
    </Grid>
</UserControl>

Fehler 19 Der PieSeriesDefinition-Typ enthält keine anfügbare InteractivitySettings-Eigenschaft. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 25 9 CISGraphView
Fehler 17 Der PieSeriesDefinition-Typ enthält keine anfügbare LabelSettings-Eigenschaft. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 22 9 CISGraphView
Fehler 13 Der RadChart-Typ enthält keine anfügbare SeriesMappings-Eigenschaft. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 18 5 CISGraphView
Fehler 15 Der SeriesMapping-Typ enthält keine anfügbare SeriesDefinition-Eigenschaft. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 20 7 CISGraphView
Fehler 20 Der telerik:InteractivitySettings-Typ wurde nicht gefunden. Alle Assemblyverweise müssen vorhanden sein, und alle Assemblys, auf die verwiesen wird, müssen erstellt worden sein. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 26 10 CISGraphView
Fehler 16 Der telerik:PieSeriesDefinition-Typ wurde nicht gefunden. Alle Assemblyverweise müssen vorhanden sein, und alle Assemblys, auf die verwiesen wird, müssen erstellt worden sein. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 21 8 CISGraphView
Fehler 12 Der telerik:RadChart-Typ wurde nicht gefunden. Alle Assemblyverweise müssen vorhanden sein, und alle Assemblys, auf die verwiesen wird, müssen erstellt worden sein. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 16 4 CISGraphView
Fehler 18 Der telerik:RadialLabelSettings-Typ wurde nicht gefunden. Alle Assemblyverweise müssen vorhanden sein, und alle Assemblys, auf die verwiesen wird, müssen erstellt worden sein. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 23 10 CISGraphView
Fehler 14 Der telerik:SeriesMapping-Typ wurde nicht gefunden. Alle Assemblyverweise müssen vorhanden sein, und alle Assemblys, auf die verwiesen wird, müssen erstellt worden sein. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 19 6 CISGraphView
Fehler 11 The tag 'InteractivitySettings' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 26 10 CISGraphView
Fehler 9 The tag 'PieSeriesDefinition' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 21 8 CISGraphView
Fehler 7 The tag 'RadChart' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 16 4 CISGraphView
Fehler 10 The tag 'RadialLabelSettings' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 23 10 CISGraphView
Fehler 8 The tag 'SeriesMapping' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\entwicklung\visual_studio\SoftconApplication\Libraries\CISGraphView\View\GraphView.xaml 19 6 CISGraphView

4 Answers, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 21 Nov 2011, 05:34 PM
Hi Sascha,

We are unable to reproduce the problematic behavior in our local tests. Please review the attached sample application that uses the latest official binaries and your source code and let us know how can we observe the erroneous issue.


Greetings,
Giuseppe
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Sascha
Top achievements
Rank 1
answered on 21 Nov 2011, 05:52 PM
Hello,

your attached sample is not working. I've extracted the zip-file to the desktop and opened the solution with Studio 2010. Now there are missing dependencies and radchart is also unknown.

Maybe there are some files in the binary folder missing.

Kind Regards,
Sascha
0
Giuseppe
Telerik team
answered on 22 Nov 2011, 10:53 AM
Hello Sascha,

We doublechecked the sample application on several machines locally and it works as expected (all necessary telerik binaries are in the /binaries folder and are properly referenced in the project).

One possible reason for the problem you are experiencing might be that the dlls are "blocked" as they originated from a different location. Once the zip download completes, right click on it in Windows Explorer and select "Properties" from the menu. If there is an "Unblock" button, press it. Press the OK button. Then unzip the files at a convenient location.


Best wishes,
Giuseppe
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Sascha
Top achievements
Rank 1
answered on 22 Nov 2011, 01:03 PM
Hello,

now the sample works, I've opened the solutions from the download folder. My fault. I found the problem of my case. There was a false reference to chart instead of charting, created by the upgrade wizard.

So now everything works.


Kind Regards,
Sascha


Tags
Chart
Asked by
Sascha
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Sascha
Top achievements
Rank 1
Share this question
or