Search found 13 matches

by Adrian
Sun Jul 24, 2005 8:24 am
Forum: .NET
Topic: licensing problem with WebChart in latest maintenance releas
Replies: 5
Views: 8881

licensing problem with WebChart in latest maintenance releas

Hi there, Ok... I have uninstalled all TCHART components. Removed the entries from the LICX files. Reinstalled TCHART. Run the registration utility. Started VS and rebuilt my ASP.NET WEB application. Checked the LICX files have the correct license info, they do. Created an installation package for m...
by Adrian
Thu Jul 21, 2005 2:13 am
Forum: .NET
Topic: licensing problem with WebChart in latest maintenance releas
Replies: 5
Views: 8881

licensing problem with WebChart in latest maintenance releas

There appears to be a licensing issue with the latest maintenance release for Version 1 of WEBCHART. After installing this maintenance my application continues to work in the development environment but failes with the standard licensing problem on the test machine. Uninstalling the maintenance and ...
by Adrian
Mon Jul 04, 2005 7:15 am
Forum: .NET
Topic: drag over events for Tchart.net V2 chart and list
Replies: 4
Views: 7347

drag over events for Tchart.net V2 chart and list

Thanks Narcis,
Can you give me an idea when the V2 maintenance release will be avaialble?

thanks..
by Adrian
Fri Jun 24, 2005 7:18 am
Forum: .NET
Topic: datamember field being overwriten when saving a template
Replies: 6
Views: 11930

datamember field being overwriten when saving a template

TCHART .NET V2 seems to have a problem when saving a template. I create a chart which has series with a datatable as the datasource, I save the template into my database. See the DataMember field from the YValues property of my series before I save the template. - YValues {Steema.TeeChart.Styles.Val...
by Adrian
Fri Jun 24, 2005 6:25 am
Forum: .NET
Topic: drag over events for Tchart.net V2 chart and list
Replies: 4
Views: 7347

drag over events for Tchart.net V2 chart and list

Hi there, I've just upgraded to V2 of Tchart.net. my V1 application allowed users to create series by droping a value onto the tchart listbox, However after the upgrade to V2 it appears that the dragover events for both the chart and listbox aren't being triggered. Is this a problem or am I missing ...
by Adrian
Fri Dec 24, 2004 12:45 am
Forum: .NET
Topic: Tracking changes
Replies: 1
Views: 4832

Tracking changes

Hi all,
are there any suggestions on this one?

Cheers..
by Adrian
Tue Dec 21, 2004 10:06 pm
Forum: .NET
Topic: 3D Point and the Zvalues
Replies: 4
Views: 8082

Thanks Pep, Marjan for your responses, I must be missing something here though, I think your solutions work for the ActiveX version but not the DOTNET version of Teechart. I am using TeeChart for .Net and am building the series dynamically using code simmilar to the following. If IsNothing(m_series)...
by Adrian
Tue Dec 21, 2004 6:10 am
Forum: .NET
Topic: 3D Point and the Zvalues
Replies: 4
Views: 8082

3D Point and the Zvalues

I'm trying to establish a 3D point chart from data stored in a database but I can't find how to set the ZVALUES. For the X and Y I use m_series.YValues.DataMember = txtA.Text m_series.XValues.DataMember = txtB.Text where the text boxes contain the names of my columns. Is there an equivelent method f...
by Adrian
Tue Dec 21, 2004 2:56 am
Forum: .NET
Topic: TeeChart Editor
Replies: 5
Views: 9036

TeeChart Editor

Hi Pep,
My Email address is adrian@reportingservices.com, can you pelase notify me when the TeeChart.NET V2 Beta is available.

Thanks
by Adrian
Sat Dec 18, 2004 2:23 am
Forum: .NET
Topic: Series ChangeType
Replies: 1
Views: 4797

Series ChangeType

Some series types have similar attributes, Area and Line for instance. I would like to be able to switch the series between these two types. I thought the Series.ChangeType method would do this but it appears to replace the existing series with a new one, all attributes of the existing series such a...
by Adrian
Fri Dec 17, 2004 4:13 am
Forum: .NET
Topic: Tracking changes
Replies: 1
Views: 4832

Tracking changes

My application allows users to create their own charts from data in a database, I provide access to the Chart Editor through a menu option, which allows them to configure the chart appearance etc. My question is how can I tell whether the user actually changed anything in the chart when they access ...
by Adrian
Wed Dec 15, 2004 8:49 pm
Forum: .NET
Topic: TeeChart Editor
Replies: 5
Views: 9036

TeeChart Editor

Thanks for your quick response, My development project will continue until around June 2005. The extra functionality such as ShowPages etc. will be required by my application but it is not absolutly necessary now, is there some sort of beta program I can get onto so that when the next release is rea...
by Adrian
Wed Dec 15, 2004 2:20 am
Forum: .NET
Topic: TeeChart Editor
Replies: 5
Views: 9036

TeeChart Editor

Hi there, The ActiveX version 7 of Teechart allows some customisation of the editor through the ShowPages method. I can't find any way to do this in the DOTNET version, is this correct or am I missing something? There appears to be some ofther functionality that is not yet available in the DOTNET ve...