[CLOSED] How to Get Svg string from Chart Object on server side

  1. #1

    [CLOSED] How to Get Svg string from Chart Object on server side

    Hi ,

    I have created one method which returning me Ext.net Chart. now i am taking return chart object in to new chart object and trying to get svg string from new chart object on server side but i m not getting svg string is there any method which return me svg string from chart object

    Chart graphView = new Chart();
    graphView = GetChartView();
    Last edited by Daniil; Jan 28, 2014 at 5:25 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    A Chart renders SVG markup in a browser only. It doesn't produce any SVG on server. So, an SVG string can be submitted from a browser only, as here:
    https://examples2.ext.net/#/Chart/Mi...ort_to_Server/

Similar Threads

  1. Replies: 7
    Last Post: Oct 15, 2013, 11:35 AM
  2. [CLOSED] How to save a chart in server side
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 27, 2013, 1:27 AM
  3. [CLOSED] Problems to change chart data dynamically in server side
    By avante in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 28, 2012, 11:13 AM
  4. Replies: 4
    Last Post: Oct 27, 2012, 10:59 AM
  5. Replies: 1
    Last Post: Sep 13, 2011, 5:19 PM

Tags for this Thread

Posting Permissions