Browse by Tags
All Tags » asp.net (RSS)
-
I have a similar requirement. Is it possible to overlay specific Marker(s) with a different Series (or plot type, e.g. Scatter?)
-
i insert GapPercent to BarSeries have MultiBarMode.Clustered
if there more than 2(Clustered to same BarSeries ) gap between Bar doesnot show and i cannot arrange them
any help??
-
Hi there,
My first try with real time zip which we want to use on an asp.net site. We are currently using another component but the time from user initiating a multifile zip download to starting the download i.e. the add file/compression stage, is far too long. I'm hoping that zip on the fly will cut this time dramatically.
I've adapted the ...
-
hi guys,
I have chart with 3 lines that are drawn with next code
lineserie1.name=''one''
lineserie1.AddXY(1, 1)
lineserie1.AddXY(1, 2)
lineserie1.AddXY(0, 3)
linseserie2.name=''two''
lineserie2.AddXY(1, 4)
lineserie2.AddXY(1, 5)
lineserie2.AddXY(1, 6)
... lineserie3...
and I'm trying to get the lineseriesindex and the ...
-
Hi,
I want to resize the chart to bigger size. How to do that and also i want make the chart to 2D instead of 3D in Stock chart. Help me with sample.
Sara
-
Hi,
Wondering if anyone else has come across this. Im running a site under ASP.NET 2.0, IIS6 on a shared host (DiscountASP.NET). When I upload the XCeed.Chart.GraphicsGL.dll assembly I get the following exception during startup:
If I remove the assembly, the error goes away.
Any ideas?
Server Error in '/webapp' ...
-
I'm evaluating the chart for use in a web application. While the WinForm chart appears to support scrolling, the ASP.NET chart does not - unless I'm missing something. The sample under Axis -> Ruler -> Axis Paging supports pagenation. I haven't seen any ASP.NET chart samples demonstrating scrolling. Are there any?
Thanks,John
|
|
|
|