Where I can find the list of code to define an excel chart thru foxpro
ex:
oXLChart1.application.charts[1].haslegend = .F.
oXLChart1.application.visible = .T.
oXLChart1.application.charts[1].autoformat(4,1)
how can I put a title in my chart ?
how can I change the font ?
thanks
ex:
oXLChart1.application.charts[1].haslegend = .F.
oXLChart1.application.visible = .T.
oXLChart1.application.charts[1].autoformat(4,1)
how can I put a title in my chart ?
how can I change the font ?
thanks