score:3
i'm not familiar with the library but all this code appears to be doing is creating an object in the code behind. you will need to do something to cause this to render in to the page.
looking at their example code behind code there is a line
ltrchart.text = chart.tohtmlstring();
this is the bit you are missing. you need to call tohtmlstring() on your chart object and assign this string to a literal or placeholder in the page.
to create the literal just add this code somewhere on the page....
<asp:literal id="ltrchart" runat="server"></asp:literal>
...and your chart should appear there.
score:-1
based on their example you need to send the html to the client side with the line
response.write(result);
it works to me, though it prints it at the top of the screen and i wish i could set the position for it.
Source: stackoverflow.com
Related Query
- Use of DotNet HighCharts dll to make charts in code behind
- How to use dotnet highcharts dll to show HighCharts in MVC3?
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts tooltip is hidden behind other charts
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- How to make multiple charts using highcharts in a loop?
- How to use images for charts in Highcharts
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- HTML table as data source for highstock charts using highcharts
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- cannot use strings in data in highcharts on doughnut charts
- How to make Highcharts to use all the colours when replotting? (it is repeating colours unnecessarily)
- Use HTML class as Highcharts table data source
- Use Node.js as data source for highcharts
- which chart can I use to make this? from highcharts
- how can I use rangeselector and navigation in highcharts in the given code
- Opening a Column chart after clinking on DRILLEDOWN PIE Charts in dotnet highcharts
- Can't make multiple charts to work with highcharts
- Exporting Charts on server side with Highcharts and PhantomJS to make a custom PDF
- How to make highcharts default to 0 for missing data
- HighCharts - Make the pie chart 100% of the div
- Add additional data to a Highcharts series for use in formatters
- Maximum bar width in Highcharts column charts
- Highcharts - Hidden charts don't get re-size properly
- How to use highcharts with angular 5?
- Highcharts charts don't resize properly on window resize
- Highcharts Area graph, use 2 fill colors above / below X axis
- How to make highcharts scrollable horizontally when having big range in x-axis
- Highcharts Error #16: charts not showing on the same page
More Query from same tag
- Timestamp in Highcharts
- highcharts multiple marker hover color doesn't inherit from marker color
- How to set 30 seconds interval for datetime on y-axis for highcharts JS
- JavaScript Date converted to UTC on HighCharts
- Highcharts doesnot reload or re-render chart on value change
- how to customize heatmap highcharts plot area and the color of the datalabels
- Basic Highcharts Multiple Series Chart Using JSON
- Including jquery and highcharts library
- Highcharts -- Can't apply style to x axis labels
- Zoom xy proportionally in Highcharts scatter plot
- chart not showing when executed in c#
- highcharts bubble won't load
- Plotting line in Linechart with values taken from the textarea
- Rails HightCharts adding link_to
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- Highchart Y-Axis Scale Values Missing
- Highcharts - Y axis colors by point
- How to Load HighChart dynamically within angular UI Accorion(uib-Accordion)?
- Changing color of spline lines based on values in HighCharts
- Highcharts heatmap borders
- Highcharts thousandsSep is blank instead comma
- Exception in highcharts.js line 167
- Highchart value series mapping
- Click child in sunburst chart, drilldown into parent element
- highcharts-angular not rendering the chart
- change legend color high charts based on data
- Highcharts - Provide URL's for series data to open clickable link
- Ajax with HighCharts setData on Symfony 2
- How can i add element with attributes to SVG using jquery
- how to make chart real time with 2 line and get data from php with highcharts