Jump to content
Software FX Community

Bernhard

Members
  • Posts

    11
  • Joined

  • Last visited

Bernhard's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Now i have tested an export with Arcview 9.1. And i cant use the svg (exported from ArcView) in ChartFX Maps. I attached the svg (exported from ArcView) and the ai(exported from ArcView) file. Is there a way to use those files? We have all Maps as ArcView files (whole country) Please help.
  2. Thank you for fast reply. I convert this SVG from AcrView 3.x files with shp2svg. I have the same effect in Adobe Illustrator, the SVG shows blank. Next week i test the export with ArcView 9.x , 3.x cant export to svg. Have anyone experience with AcrView files? Have a good weekend!
  3. I change the path to Map1.MapSource = "D:\\tmp\\yourshapename.svg"; That didnt solve my problem. The Path is correct an the svg works in the IE. I add my Testprojekt, can you please help me. Bernhard
  4. Hello. I am a beginner on Chart Fx Maps. I have an Costum SVG. How can i use this SVG and Data.( see Attachement)? I dont see the Svg on the chart. What have i todo? protected void Page_Load(object sender, EventArgs e) { //Make plot rectangle bigger inside chart area Chart1.PlotAreaMargin.Bottom = 1; Chart1.PlotAreaMargin.Top = 1; Chart1.PlotAreaMargin.Right = 1; Chart1.PlotAreaMargin.Left = -1; //Configure Map LabelLinks, Svg and Data string textData = Resources.Resource.TextFile; TextProvider cfxText = new TextProvider(new System.IO.StringReader(textData)); Chart1.DataSourceSettings.DataSource = cfxText; Map1.MapSource = @"~/App_Data/ooe.svg"; Chart1.LegendBox.Visible = true; Chart1.AllSeries.PointLabels.Visible = true; Thanks Bernhard
×
×
  • Create New...