It depend... If all the chart are on the same style ... One chart object in
multiple drawing area pointing on one event handler
Group
Le 28 juin 2013 13:14, "Alberto Caballero" a
écrit :
> Ok Fabien,
>
> I will try all of this. What I want to do is to show different charts
> inside different tab
Ok Fabien,
I will try all of this. What I want to do is to show different charts
inside different tabs. Should I declare different Chart variables for each
chart?
I will update you ASAP.
2013/6/28 Fabien Bodard
> Never resize the drawing area in its draw event !!!
>
> Use the form resize even
Never resize the drawing area in its draw event !!!
Use the form resize event or better learn how to use gambas arrangement
properties. The last allow to do what you want without any code line.
Le 28 juin 2013 13:06, "Fabien Bodard" a écrit :
> I think I don'treally understand what you want to d
I think I don'treally understand what you want to do ...
One tabstrip ... Multiple tabs and one chart object with different set of
data that change depend on the selected tab ?
Le 28 juin 2013 12:54, "Alberto Caballero" a
écrit :
> Hi Fabien,
>
> Thanks for your support.
>
> Here you have the pi
Hi Fabien,
Thanks for your support.
Here you have the piece of code that manages the graph. For a new graph at
a new DrawingArea, should I declare a new Chart variable? I think this did
not work for me.
Private Sub GenGraficaCaudales()
Dim i As Integer
Dim msg As String
Dim titles As New
can you send me your project or a part of it that show the problem ?
2013/6/27 Alberto Caballero
> Hi all,
>
> I am trying to show multiple charts inside a TabView. I managed to show
> only one chart. I only get compilation errors or the new chart is not
> displayed. I tried to find something t
Hi all,
I am trying to show multiple charts inside a TabView. I managed to show
only one chart. I only get compilation errors or the new chart is not
displayed. I tried to find something to help me in the internet, and even
in this mailing list, but I was unable to find anything.
Would you provid