Problemas con gráfico

Pedro Serra
27 de Septiembre del 2005
Estoy intentando hacer un gráfico de un ejemplo del Fox, pero es imposible, el código es el siguiente:

WITH THISFORM._autograph
DIMENSION .aDataFields[1]
.aDataFields[1] = "maxordamt"
.cCategoryField = "country"
.nChartType = 5 && Chart Type
.nChartSubType = 1 && Chart SubType
.lSeriesByRow = .F. && Series by Row (.T.), by Column (.F.)
.nAction = 0
.cGraphPrevClass = "graphpreview" && Class containing preview form
.cDefNewField = "olegraph" &&default field name in new table
.MakeOutput()
IF !EMPTY(.cOutFile) AND FILE(.cOutFile)
MODIFY FORM (.cOutFile) NOWAIT
ENDIF
ENDWITH

En ._autograph da error "No se encuentra la propiedad _AUTOGRAPH", muchas gracias, un saludo para todos...