Page 1 of 1
Problema con la leyenda
Posted: Wed Jan 17, 2007 6:25 pm
by 9240269
Hola.
Tengo un problemilla con la leyenda.
Resulta que si tengo muchos datos, se cortan y ya no enseña más que hasta los que puede ( lógico ), pero si le pongo un scrollbar, si por ejemplo para la "segunda hoja" de la leyenda quedan 2 valores, los amplifica de tal manera que rompe la proporción que llevaba hasta entonces, y además pierde algún valor.
Hay alguna manera de hacer funcionar bien la barra ( scroll) o simplemente que se mueva por flechas?
Gracias.
Posted: Thu Jan 18, 2007 8:42 am
by narcis
Hi Jacky,
We can not reproduce the problem here using the latest TeeChart for .NET v2 maintenance release available at the client area. Which TeeChart version are you using? If the problem persists could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can post your files at news://
www.steema.net/steema.public.attachments newsgroup.
Also we would appreciate that you posted your messages in English so that most of this forums users can understand and use them.
Thanks in advance.
Spanish:
Hola Jacky,
No podemos reproducir el problema aquí utilizando la última versión de TeeChart for .NET v2 disponible a nuestra pàgina web. Que versión de TeeChart estas utilizando? Puedes mandarnos un proyecto sencillo que podamos ejecutar tal cual para reproducir el problema aquí?
Puedes mandar tus ficheros al newsgroup news://
www.steema.net/steema.public.attachments.
Otra cosa, agradeceríamos que escribieras los mensajes a estos foros en inglés de modo que el mayor número de usuarios possible los entienda y pueda participar en las discusiones o utilizar su contenido.
Grácias de antemano.
Posted: Mon Jan 22, 2007 5:06 pm
by 9240269
I will try it.
If to have a lot of information, with the legend without scroll, it shows until the legend is complete, lost other dates. If I put a scroll, the legend modifies the scale in the graph and it does not work very well.
All this done from design, not from code.
Regards.
Posted: Tue Jan 23, 2007 8:17 am
by narcis
Hi Jacky,
Would you be so kind to arrange a simple example project we can run "as-is" to reproduce the problem here and let us know the exact TeeChart version you are using?
You can either post your files at the mentioned newsgroup or send them via our new upload page at
http://www.steema.net/upload/.
Posted: Tue Jan 23, 2007 9:28 am
by 9240269
Hello.
As I say to you, that is have done in design, I do not have code, but it is equal, simply an example in which to do it for code the legend works.
Regards.
_____________-
Hola.
Lo que hice fue en diseño, y simplemente fue poner a visible la leyenda.
Yo decía que habrá una forma genérica de hacerlo funcionar, por código, que puede ser quizás más sencillo que unas instrucciones para modificar el TChart en diseño.
Saludos.
Posted: Tue Jan 23, 2007 9:57 am
by narcis
Hi Jacky,
Resulta que si tengo muchos datos, se cortan y ya no enseña más que hasta los que puede ( lógico ), pero si le pongo un scrollbar, si por ejemplo para la "segunda hoja" de la leyenda quedan 2 valores, los amplifica de tal manera que rompe la proporción que llevaba hasta entonces, y además pierde algún valor.
I can not reproduce this here. Could you please let us know the exact steps we should follow to reproduce this issue here? You said it is in design-time, isn't it?
No podemos reproducir este problema aquí. Serias tan amable de indicarnos los pasos exactos que debemos seguir para reproducirlo en design-time?
If I put a scroll, the legend modifies the scale in the graph and it does not work very well.
When adding a LegendScrollBar tool the ChartRect is resized to fit the tool. Therefore axis scales may slightly vary according to new ChartRect dimensions. However, no loss of data happens.
Also, the tool is not functional at design-time and works fine here at run-time using the latest TeeChart for .NET v2 release available at the client area.
Al añadir una LegendScrollBar el ChartRect (rectangulo donde se dibuja el gráfico) automaticamente se redimensiona para dar cabida a la tool, de modo que los ejes ligeramente pueden modificar su escala para adaptarse a las nuevas dimensiones del CharRect. Aun así, no hay ninguna perdida de datos
También, la tool no puede utilizarse en tiempo de diseño y funciona bién ejecutando la aplicación con la última versión de TeeChart for .NET v2 disponible en nuestra area de descargas.
As I say to you, that is have done in design, I do not have code, but it is equal, simply an example in which to do it for code the legend works.
What are you exactly trying to do programmatically? You can add a LegengScrollBar tool at run-time using the code below.
Yo decía que habrá una forma genérica de hacerlo funcionar, por código, que puede ser quizás más sencillo que unas instrucciones para modificar el TChart en diseño.
Que és lo que quieres hace por código exactamente? Puedes añadir tools de este modo:
Code: Select all
Steema.TeeChart.Tools.LegendScrollBar legendScrollBar1 = new Steema.TeeChart.Tools.LegendScrollBar(tChart1.Chart);
I would also strongly recommend you to use the latest TeeChart version available at the client area.
Te recomiendo que utilizes la última versión disponible en nuestra web.