Search found 31 matches

by Yacu
Tue Mar 12, 2013 10:13 am
Forum: .NET
Topic: Unable to make points visible
Replies: 7
Views: 11469

Re: Unable to make points visible

The application is being developed within the .Net framework 2.0 in Visual Basic with Visual Studio 2010
by Yacu
Mon Mar 11, 2013 8:57 pm
Forum: .NET
Topic: Probability Axis
Replies: 1
Views: 4208

Probability Axis

I need to use a horizontal probability axes (normally distributed would be ok).

Is there an easy way to create one so that I can plot probability vs values?

Thank you very much

I enclose a graph created with another application (Grapher) wich uses a probability axis
kk.jpg
kk.jpg (74.32 KiB) Viewed 4333 times
by Yacu
Mon Mar 11, 2013 8:48 pm
Forum: .NET
Topic: Unable to make points visible
Replies: 7
Views: 11469

Re: Unable to make points visible

Please tell me how did you modify it, because it does not work (syntax error)
kk.jpg
kk.jpg (7.63 KiB) Viewed 11867 times
by Yacu
Fri Mar 08, 2013 12:48 pm
Forum: .NET
Topic: Multiple graph management
Replies: 8
Views: 13758

Re: Multiple graph management

With your suggestion I found a way that works beautifully, I just had to add a handler and a subroutine to handle the mouse click on the chart. Thank you very much, you can now close the request AddHandler listChart(i).MouseDown, AddressOf SELECCIONGRAFICO_mousedown Me.Controls.Add(listChart(i)) Pri...
by Yacu
Thu Mar 07, 2013 4:50 pm
Forum: .NET
Topic: Multiple graph management
Replies: 8
Views: 13758

Re: Multiple graph management

Thank you, Sandra, the code that you sent works, it creates graph in a tile fashion as I need. Can you tell me how can I edit a particular graph (find its index and operate with it) using the mouse to select it? In my case, there will be more graphs than a screen can handle, many of them will be hid...
by Yacu
Wed Mar 06, 2013 6:37 pm
Forum: .NET
Topic: Multiple graph management
Replies: 8
Views: 13758

Re: Multiple graph management

By the way, Gcuadro(0) template looks like this
Gcuadro(0).jpg
Gcuadro(0).jpg (19.36 KiB) Viewed 13926 times
by Yacu
Wed Mar 06, 2013 6:31 pm
Forum: .NET
Topic: Multiple graph management
Replies: 8
Views: 13758

Re: Multiple graph management

I'm sending you an excerpt of the code which produced the graphs in VB6 GCuadro(0) is a fomatted graph which was used as a model for the rest: numerodeviñetas = nfilas * ncolumnas hmarco = Marco_graficos.Height wmarco = Marco_graficos.Width left1 = 50: top1 = 150 hgrafico = (hmarco - (nfilas * top1)...
by Yacu
Wed Feb 20, 2013 5:03 pm
Forum: .NET
Topic: Multiple graph management
Replies: 8
Views: 13758

Multiple graph management

I am updating to VB .NET an old application written in VB6 which created a bunch of graphs, positioned them on screen using a customizable pattern and managed them using an index based approach (Each graph was created at runtime and assigned an index which was used for individual editing, zooming, e...
by Yacu
Mon Dec 31, 2012 11:30 am
Forum: .NET
Topic: Unable to make points visible
Replies: 7
Views: 11469

Re: Unable to make points visible

I'm sorry Sandra, I am getting a Syntax error with the sentence

(GBrutos.series(0) as Steema.TeeChart.Styles.Line).Pointer.Visible = True
by Yacu
Wed Dec 19, 2012 11:41 am
Forum: .NET
Topic: Unable to make points visible
Replies: 7
Views: 11469

Unable to make points visible

This must be a very basic question but I have not found an answer yet I have a line series TChart.series(0) with properties defined in the editor. I just want to be able to make visible the points that define the line. The problem is that the pointer properties are not available for the time series ...
by Yacu
Wed Oct 26, 2011 3:09 pm
Forum: .NET
Topic: Simple drag point example with VB .NET
Replies: 1
Views: 4382

Simple drag point example with VB .NET

I am reprogramming an old application in which you could drag points. I have not found anything similar to the code I was using -which I include below these lines. Could you provide a snippet on VB .NET similar to it together with other functions useful for dragging point and getting info for them? ...
by Yacu
Tue Mar 22, 2011 4:44 pm
Forum: .NET
Topic: Mouse position
Replies: 3
Views: 6009

Re: Mouse position

Thanks, Sandra, it works perfectly. By the way, I'm encountering this type of problem (using new .NET commands and finding the .NET equivalents of VB6 code) almost everyday and I spend too much time finding simple solutions. I wonder if there is a more complete documentation on the class properties ...
by Yacu
Mon Mar 21, 2011 4:44 pm
Forum: .NET
Topic: Mouse position
Replies: 3
Views: 6009

Mouse position

I am trying to reprogram some basic capabilities of an old VB6 program. I have not been able to find the .NET equivalent of this routine concerning mouse coordinates on a datetime formatted axis. Can you help me to find it?. Thanks in advance Private Sub TChart1_OnDblClick() tmp = 0 TChart1.ToolTipT...
by Yacu
Thu Mar 25, 2010 5:13 pm
Forum: .NET
Topic: Need help for histogram
Replies: 8
Views: 11220

Re: Need help for histogram

Yeray:

Thanks for your reply, I had lost the examples and now I've reinstalled them and solved the inquiry
by Yacu
Thu Mar 25, 2010 1:42 pm
Forum: .NET
Topic: Need help for histogram
Replies: 8
Views: 11220

Re: Need help for histogram

Where can I find an example written on VB?. I've spent the last couple of hours trying to make it work and I can't.

By the way, I just want to construct a histogram out of a graph series and control the numbers of intervals or range

Thank you