Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Problems with XamGeographicMap
posted

I'm trying to create a XamGeographicMap to show some data points. However, I'm getting all kinds of errors simply trying to use it as the sample. I can add an XamGeographicMap like this:

<ig:xamgeographicmap x:name="GeoMap">

But I get the following errors:

Error Property 'Content' does not support values of type 'XamGeographicMap'.

Error The tag 'XamGeographicMap.GeographicSymbolSeries' does not exist in XML namespace 'http://schemas.infragistics.com/xaml'.

However, it does run. But when I add anything (like a series) it fails again:

<ig:XamGeographicMap x:Name="GeoMap">
  <ig:XamGeographicMap.Series>
    <ig:XamGeographicMap.GeographicSymbolSeries/>
  </ig:XamGeographicMap.Series>
</ig:XamGeographicMap>

This time with the extra errors:

Error The member "Series" is not recognized or is not accessible.
Error The attachable property 'Series' was not found in type 'XamGeographicMap'. 
Error The attachable property 'GeographicSymbolSeries' was not found in type 'XamGeographicMap'.

I'm referencing the libraries:

InfragisticsWPF4.Controls.Maps.XamGeographicMap.v13.2
InfragisticsWPF4.DataVisualization.v13.2
InfragisticsWPF4.v13.2

Parents
  • 34690
    Offline posted

    Hello Matthew,

    It appears that you are missing a reference that is required to use the XamGeographicMap properly. I would recommend that you add a reference to InfragisticsWPF4.Controls.Charts.XamDataChart.v13.2 in order to resolve this issue.

    A full list of the assemblies that are required for usage with specific controls can be found at the following webpage: http://help.infragistics.com/doc/WPF/2013.2/CLR4.0/?page=NetAdvantage_Assemblies.html.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer

Reply Children