Search found 8 matches

by POP
Mon Jul 17, 2006 12:04 pm
Forum: ActiveX
Topic: using Teechart with multipledeployed applications
Replies: 0
Views: 4758

using Teechart with multipledeployed applications

How to use Teechart with multiple applications deployed on the same machine, at the same time?
As per my knowledge, the VirtualShare and Sharefolder can apply only to one application at a given time.
by POP
Mon Jul 17, 2006 4:42 am
Forum: .NET
Topic: How to delete temporary chart files from disk?
Replies: 1
Views: 3782

How to delete temporary chart files from disk?

I use File setting to save the chart files onto the disk and into a folder called _chart_tmp. I've done this by changing the registry keys. Is there any way I can delete these temporary files created on the disk through code. Please help!
by POP
Fri Jun 09, 2006 9:29 am
Forum: .NET
Topic: Installation of TeeChart on the server?
Replies: 1
Views: 3785

Installation of TeeChart on the server?

Hi , Does TeeChart have to be installed on the server , in order to render the graphs on the client-side browser. I tried accessing my web application remotely without installing TeeChart software on the server but it throws an exception'An instance of type 'Steema.TeeChart.Chart' was being created,...
by POP
Sat May 13, 2006 4:25 am
Forum: .NET
Topic: Legend not displayed!
Replies: 2
Views: 4749

Hey thanks for the reply...it worked...

Regards,
POP.
by POP
Fri May 12, 2006 11:21 am
Forum: .NET
Topic: Legend not displayed!
Replies: 2
Views: 4749

Legend not displayed!

hi, I'm dynamically generating graphs and binding the x-axis ,y-axis and title values to the values present inside a dataset.But if there is just one row in the datatable the legend displays the default settings(x-axis,y-axis value). for(i=0;i<dt.Rows.Count;i++) { Steema.TeeChart.Styles.Line line1 =...
by POP
Wed Apr 26, 2006 8:16 am
Forum: .NET
Topic: Webchart not displayed in browser
Replies: 1
Views: 10181

Webchart not displayed in browser

Hi, We do not want to use Session variables in our web application. Is there any way to get the Tee-chart displayed without using Session? i.e. without using GetChart.aspx? What about the TempChartStyle.File option? As of now i have managed to get the png files created on my custom directory by maki...
by POP
Wed Apr 26, 2006 5:56 am
Forum: .NET
Topic: dynamic generation of charts
Replies: 3
Views: 8198

Displaying Tee-chart without using Session.

Hi, We do not want to use Session variables in our web application. Is there any way to get the Tee-chart displayed without using Session? i.e. without using GetChart.aspx? What about the TempChartStyle.File option? As of now i have managed to get the png files created on my custom directory by maki...
by POP
Thu Apr 20, 2006 9:50 am
Forum: .NET
Topic: dynamic generation of charts
Replies: 3
Views: 8198

dynamic generation of charts

hi, how do i generate multiple charts from code behind in c# without dragging them onto the designer at first ? eg.. i want to generate 'n' number of charts depending on the value of 'n' i get from the database. since i dont know the value of 'n' before hand i cant drag and drop those number of obje...