Hi,
is it possible to overlap two chart of different chart-type ? for example a
linechart with a pointchart plot ?
Thanks a lot
--
View this message in context:
http://gambas.8142.n7.nabble.com/gb-chart-overlap-chart-tp47378.html
Sent from the gambas-user mailing list archive at Nabble.com.
Hi,
This week I'm working with gb.chart component. It's very fine. I've a simple
question, is there a method to get the value of a point with mouse click on
a chart ?
I'm able to find the position (X and Y) of "my click" on the scrollarea but
it's different from the chart xy position because the d
Thanks a lot
I solve the problemthere are two empty ("") value in the string[] that
produce the problem.
Sorry!
--
View this message in context:
http://gambas.8142.n7.nabble.com/String-array-problem-with-val-tp47278p47298.html
Sent from the gambas-user mailing list archive at Nabble.c
Hi,
I've a problem with conversion of a string array in integer.
I'm using gb.chart to create a line graph with a lot of element (more then
10.000 value).
I read the value from a txt file and store all in a string[].
Now I'm trying to get every element of the string[] (with for each element
in
Hi,
I've a simple question...I don't know how to obtain the current page number
in my gb.report.
I can use reportname.Pagecount to know how many pages I have in my report
but I don't know how to obtain the number of the current page... someone can
help me ??
Thanks
--
View this message in con
Thanks a lot!!!
I'll wait the new version. In the meantime ".Background =
ReportBrush["#FFFF"]" it's perfect to workaround the problem.
--
View this message in context:
http://gambas.8142.n7.nabble.com/gb-report-ReportLabel-color-tp45499p45501.html
Sent from the gambas-user mailing lis
Hi,
I'm starting to use gb report component in gambas3. It works very fine and I
was able to realize all I need. I saw a post with bug reporting about
reportbrush.color problem.
Is it a solve problem ?? I try to change the font color and background color
in a ReportLabel
"
.Brush = ReportBrush.Co