Search found 26 matches: aseries

Return to advanced search

Re: Consulta con gráficos.

... nVar2 :=2000 nvar3 := 3000 nVar4 := 3500 cada uno es un proveedor la idea es que arme una columna x cada proveedor con un color distinto. oGraf2:aSeries = { { "Actual ", CLR_YELLOW , 1, .t. },; { "V.María", CLR_RED , 1, .t. },; { "V.Nueva", CLR_BLUE , 1, .t. },; ...
by José Camilo
Fri Aug 19, 2022 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta con gráficos.
Replies: 7
Views: 462

Re: New FTDN December 2019 (FWH 19.12)

... creada internamente en el método ShowTable() no está siendo liberado. Corregido. * Corrección: TGraph: Cuando :lViewVal es verdadero y si ::aSeries[x, 5] es nulo genera un error de tiempo de ejecución. Esto sucede cuando el programador asigna manualmente los valores de :aSeries, en lugar ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... TArratData: Bold font internally created in the method ShowTable() is not being released. Fixed. * Fix: TGraph: When :lViewVal is true and if ::aSeries[x,5] is nil raises runtime error. This happens when values of :aSeries are assigned manually by the programmer, instead of using the prescribed ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: RANGO DE VALORES DE Y EN TGRAH

... lo de que aparezcan los valores sobre las barras, habia que hacer oGraph:lViewVal := .t. y luego tambien en la carga de la Serie AAdd( oGraph:aSeries, { oBrw:aArrayData[nFor, 1], aColor[nFor], 1, , .t. } ) <--- ultimo valor, ahora lo que hare es cambiar tamaño de la fuente a ver si no se ...
by joseluisysturiz
Wed Jul 24, 2019 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RANGO DE VALORES DE Y EN TGRAH
Replies: 23
Views: 3007

Re: RANGO DE VALORES DE Y EN TGRAH

... => _FWH( 3541 )  coloque la linea en diferentes partes y siempre el mismo error, es mas esa DATA es usada aca AAdd( ::aSeries, { cLegend, nColor, nType, l3D, lViewVal , lDrawPoint, lDrawLine, cSRLegend } ) la puse en .t. y no dio error pero tampoco coloco los valores ...
by joseluisysturiz
Wed Jul 24, 2019 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RANGO DE VALORES DE Y EN TGRAH
Replies: 23
Views: 3007

TGraph valores y titulos en negrita

... DEFINE DIALOG oDlg SIZE 600, 500 oDlg:lHelpIcon := .F. @ 3, 1 GRAPH oGraph SIZE 250, 200 TYPE 1 YVALUES 3D XGRID YGRID XVALUES LEGENDS oGraph:aSeries = { { "Serie 1", CLR_CYAN , 1 , },; { "Serie 2", CLR_YELLOW , 1 , .T. },; { "Serie 3", CLR_HRED , 1 , .F. } } ...
by carito
Wed May 29, 2019 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGraph valores y titulos en negrita
Replies: 1
Views: 630

Re: Error em TGraph

... METHOD AddSerie( aDat, cLegend, nColor, nType , l3D, lViewVal, lDrawPoint, lDrawLine, cSRLegend ) CLASS TGraph and you defintion is oGraph:aSeries = { { "Series 1", CLR_CYAN , , },; // only 4 parameters { "Series 2", CLR_YELLOW, , .T. },; { "Series 3", CLR_HRED, ...
by cnavarro
Thu Sep 07, 2017 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error em TGraph (resolved)
Replies: 2
Views: 647

Error em TGraph (resolved)

Good morning friends. I found 2 errors in my programs when I use the TGraph class. 1 - When the values of the column x (: aSeries ) arrives to millions, there is an overflow in the picture. 2 - If you use the popup menu in the item "Values", if it is graph bar, it generates ...
by augustogomes
Thu Sep 07, 2017 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error em TGraph (resolved)
Replies: 2
Views: 647

Grafica:lViewVal RESUELTO

Se resolvió añadiendo: oGraph:aSeries = { { "Salvado ", CLR_HBLUE ,1 ,.T.,.T.,.T. },; { "Perdido ", CLR_HRED,1 , .T., .T.,.T. , .T. } } Gracias. Estimados amigos: Otra vez molestando con gráficas... Tengo esta grafica ...
by D.Fernandez
Sat Aug 12, 2017 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grafica:lViewVal RESUELTO
Replies: 0
Views: 458

Re: Bug in TGraph

Enrico,

This aSeries error in fixed in FWH 16.08

thanks
by Antonio Linares
Mon Sep 26, 2016 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TGraph
Replies: 21
Views: 3842

Re: Bug in TGraph

Works fine if oGraph:aSeries = { { "", RGB( 109, 177, 124 ), 1, .F. } } is replaced with oGraph:aSeries = { { "", RGB( 109, 177, 124 ), 1, .F., .T. } } It seems ...
by Enrico Maria Giordano
Mon Sep 26, 2016 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TGraph
Replies: 21
Views: 3842

Re: Bug in TGraph

Another problem in Paint() method:

::aSeries[nJ,5]

contains NIL.

EMG
by Enrico Maria Giordano
Mon Sep 26, 2016 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TGraph
Replies: 21
Views: 3842

New FTDN April/Abril 2016 (FWH 16.04)

... between the points - cSRLegend: Not nil and oGraph:lViewSRLegend=.T. this string will be shown at the rightof the latest serie value Ejm: oGraph:aSeries = { { "Serie 1", CLR_CYAN , , },;//BAR y 3D por defecto { "Serie 2", CLR_HBLUE, GRAPH_TYPE_LINE, GRAPH_3D_SI },; { "Serie ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7590

Re: A problem GRAPH-refresh from folder and DBF-values

... := 190 aJS1[9] := 60 aJS1[10] := 80 aJS1[11] := 90 aJS1[12] := 30 REDEFINE GRAPH oGraph1 ID 120 TYPE 1 OF oDlg // UPDATE NO difference !!! oGraph1:aSeries = { { "Test", 16771797 , , } } oGraph1:nBarSep := 10 oGraph1:lBorders := .T. oGraph1:lxGrid := .T. oGraph1:lyGrid := .T. oGraph1:l3D ...
by ukoenig
Tue Sep 29, 2015 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem GRAPH-refresh from folder and DBF-values
Replies: 5
Views: 1357

Re: TGRAPH Technical Question

Now it seem run here I made : DATA aBarCoors AS ARRAY INIT {} // Array with Bars coords. added by Antonio Linares DATA aSeries1 AS ARRAY INIT {} // Array containing Series 1 Value DATA aSeries2 AS ARRAY INIT {} // Array containing Series 2 Value DATA cLabelSerie1 // Serie 1 Label ...
by Silvio.Falconi
Fri Dec 26, 2014 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9369
Next

Return to advanced search

cron