Search found 10 matches
- Thu Jul 08, 2004 12:37 pm
- Forum: VCL
- Topic: Error after Printing
- Replies: 3
- Views: 6969
With a simple App it does not happens. I tried to print with: Chart->BevelOuter = bvNone; TColor OldColor = Chart->Color; Chart->Color = clNone; TMetafile *tmpMeta = Chart->TeeCreateMetafile(true,Chart->ClientRect); try { Printer()->Orientation = poLandscape; Printer()->BeginDoc(); Printer()->Canvas...
- Thu Jul 08, 2004 12:12 pm
- Forum: VCL
- Topic: Use event to show y-axis value of Pointers. (without Marks)
- Replies: 1
- Views: 4521
Use event to show y-axis value of Pointers. (without Marks)
Hi,
How can I make chart show a hint with the Y-axis value of a series Pointer? which event would be useful?
thank you.
How can I make chart show a hint with the Y-axis value of a series Pointer? which event would be useful?
thank you.
- Thu Jul 08, 2004 10:36 am
- Forum: VCL
- Topic: Error after Printing
- Replies: 3
- Views: 6969
Error after Printing
Hi, After printing a chart using the charteditor (it prints well) and closing the application dialog, debugger raises the following error: " Project Project1.exe raised exception class EAccessViolation with message 'Access violation at address FFF40000. Read of address FFF40000 ". I have a printer c...
- Wed Jul 07, 2004 1:30 pm
- Forum: VCL
- Topic: Unresolved external Teengine
- Replies: 6
- Views: 12409
- Wed Jul 07, 2004 1:25 pm
- Forum: VCL
- Topic: Chart Title doesn´t appear when printing
- Replies: 1
- Views: 4608
- Wed Jul 07, 2004 12:32 pm
- Forum: VCL
- Topic: Chart Title doesn´t appear when printing
- Replies: 1
- Views: 4608
Chart Title doesn´t appear when printing
Hi,
When I make a print with chart editor (or with Chart->Print(); ), the title doesn´t appear on it.
How can I do that?
Thank you,
Alex
When I make a print with chart editor (or with Chart->Print(); ), the title doesn´t appear on it.
How can I do that?
Thank you,
Alex
- Wed Jul 07, 2004 9:17 am
- Forum: VCL
- Topic: Hide Data Tab on ChartEditor
- Replies: 1
- Views: 4611
Sorry, False Alarm
HAve just found it at the object inspector.
thanks
thanks
- Wed Jul 07, 2004 8:53 am
- Forum: VCL
- Topic: Hide Data Tab on ChartEditor
- Replies: 1
- Views: 4611
Hide Data Tab on ChartEditor
Hello,
How can I hide the data tabs on my charteditor?
I know there is bug in version 6.01, but I can´t find the example.
Thank You,
Alex
How can I hide the data tabs on my charteditor?
I know there is bug in version 6.01, but I can´t find the example.
Thank You,
Alex
- Wed Jul 07, 2004 8:45 am
- Forum: VCL
- Topic: After Closing ChartEditor have Zoom active
- Replies: 3
- Views: 6817
Gracias, pero el problema sigue...
Aun con Chart->Cancelmouse = true sigue haciendo lo mismo.
No pasa nada, en vez de que aparezca el Editor con un doble click, lo he hecho con un ButtonClick.
Gracias
No pasa nada, en vez de que aparezca el Editor con un doble click, lo he hecho con un ButtonClick.
Gracias
- Tue Jul 06, 2004 4:37 pm
- Forum: VCL
- Topic: After Closing ChartEditor have Zoom active
- Replies: 3
- Views: 6817
After Closing ChartEditor have Zoom active
Using TeeChart 6.01 on BC++ Builder 6. It opens Chart Editor with this procedure: void __fastcall TBeamViewXY::ChartDblClick(TObject *Sender) { ChartEditor->Execute(); } And after closing Chart Editor, the Zoom Tool is active and can´t quit it until I make the zoom, chart is zoomed and dumb user doe...