Search found 34 matches

by AGF
Wed Aug 24, 2011 6:36 pm
Forum: .NET
Topic: Selector Tool
Replies: 5
Views: 5767

Re: Selector Tool

Dear Sandra, in the Exampel Collection and Feature Demo are some code around the Selector Tool and the Property Grid. In my mind is, that the selector grid can deliver selected objects to the Property Grid to display all property of the object. I delivere the object via code, without the selector to...
by AGF
Wed Aug 24, 2011 12:01 pm
Forum: .NET
Topic: tee - ten converter
Replies: 3
Views: 4291

Re: tee - ten converter

Deare Narcis,

on my machine with win7 64 bit it does not work......
by AGF
Mon Aug 22, 2011 1:18 pm
Forum: .NET
Topic: tee - ten converter
Replies: 3
Views: 4291

tee - ten converter

Hi,

is there an way to conver tee to ten files?

Thanks
by AGF
Mon Aug 22, 2011 5:29 am
Forum: .NET
Topic: Selector Tool
Replies: 5
Views: 5767

Re: Selector Tool

Dear Sandra, i could not arrange an example, because i cant isolate the problem from the original project - so i have removed the selector tool and i adress the PropertyGrid.SelectedOject direct as Teechart.Series.Item ... Now the Problem - i have set the languages of the teechart, but in in the Pro...
by AGF
Wed Aug 03, 2011 5:43 pm
Forum: .NET
Topic: GalleryPanel
Replies: 5
Views: 5908

GalleryPanel

Private Sub galleryPanel1_OnChangeChart(ByVal sender As Object, ByVal e As System.EventArgs) Handles galleryPanel1.OnChangeChart Try 2: Dim frm As ChartPane =... 3: Dim frmList As WorkplacePane = .... Dim tx As Integer = frm.TChart1.Series.Count 4: Dim t = frmList.ChartListBox1.SelectedIndex 5: Dim...
by AGF
Wed Aug 03, 2011 5:39 pm
Forum: .NET
Topic: Selector Tool
Replies: 5
Views: 5767

Selector Tool

Hi, i am adding an selector tool Friend Selector1 As Steema.TeeChart.Tools.Selector #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. 1: InitializeComponent() InitializeChart() Selector1 = New Steema.TeeChart.Tools.Sel...
by AGF
Fri Jul 29, 2011 7:56 am
Forum: .NET
Topic: Chartbook
Replies: 1
Views: 2868

Chartbook

Hi,

i have some questions arround the Chartbook tools.

Is it possible to disable the includes Contextmenü?

Is the the possibility to export Charts from an Chartbook as bulk?

Thanks
by AGF
Thu Jul 28, 2011 1:06 pm
Forum: .NET
Topic: Values from Screen
Replies: 4
Views: 4924

Re: Values from Screen

Dear Sandra,

Thats it! Thanks a lot.
by AGF
Wed Jul 27, 2011 1:03 pm
Forum: .NET
Topic: Values from Screen
Replies: 4
Views: 4924

Re: Values from Screen

Dear Sandra, like i understand the Calc funtions - they are depending on an existing ValueList eg. Series? But i have no Series, i have an xy "Grid" witch are defined from the Min/Max and increment of the axis and i want to get the position koordinates of an MouseClick in Values of the xyGrid - with...
by AGF
Tue Jul 26, 2011 11:35 am
Forum: .NET
Topic: Values from Screen
Replies: 4
Views: 4924

Values from Screen

I have an Axis system with Min / Max Values .... How can i receive coordinates of an Mousclick inside of these Axis system as X,Y Values ? (VB)


Thanks and Best Regards
by AGF
Mon Jul 25, 2011 4:30 pm
Forum: .NET
Topic: Add Series - Bubble
Replies: 2
Views: 3357

Re: Add Series - Bubble

It works well
by AGF
Wed Jul 20, 2011 5:49 pm
Forum: .NET
Topic: RegProblem
Replies: 5
Views: 5647

Re: RegProblem

Dear Sandra, it is an class library .... an i can't give you an example because http://www.teechart.net/support/viewtopic.php?f=4&t=12350 .... reason's .... i think the best way is, that you provide an new installer for vsto2008 with the latest version or do you have other ideas to get your package ...
by AGF
Wed Jul 20, 2011 5:38 pm
Forum: .NET
Topic: Add Series - Bubble
Replies: 2
Views: 3357

Add Series - Bubble

Dim Line_Bubble As New Steema.TeeChart.Styles.Bubble frm.TChart1.Series.Add(Line_Bubble) tx = frm.TChart1.Series.Count - 1 frm.TChart1.Series(tx).Tag = CvO.ImportPath For i = 0 To DataSet.Tables(0).Columns.Count - 1 LabelValue = CStr(DataSet.Tables(0).Rows(ValueField1).Item(i)) XValue = CDbl(DataSe...
by AGF
Tue Jul 19, 2011 6:48 pm
Forum: .NET
Topic: RegProblem
Replies: 5
Views: 5647

Re: RegProblem

Dear Sandra, sorry, but it dont helps ... and sorry i have no time to play with the registry .... the problem occurs since the last automatic update of ms windows 7 on me dev machine and and the compiling of some projects crashs ... could you please provide an Installer for VS 2008 with the lastest ...
by AGF
Tue Jul 19, 2011 5:12 am
Forum: .NET
Topic: RegProblem
Replies: 5
Views: 5647

RegProblem

Error 1 The TeeChart version = 4.1.2011.4192, Culture = neutral, PublicKeyToken = 9c8126276c77bdb7 assembly is not registered for COM interop. Register them with regasm.exe tlb

what could be the reason? How to solve?

Thanks