Search found 8 matches
- Mon May 16, 2005 7:39 am
- Forum: VCL
- Topic: problems with AddNull for TChartSeries
- Replies: 4
- Views: 10414
problems with AddNull for TChartSeries
Hi. I have a problem using TChartSeries. I'm using series.AddNull(valueX);(series is a TChartSeries) to puts a null in a graph but when i do it TChartSeries puts '0' instead of null so when i draw minimun in the serie i have a 'minimun line' puts on 0 I try to use series.AddNull; (without parameters...
- Wed Jul 14, 2004 2:55 pm
- Forum: VCL
- Topic: TeeChart Problem
- Replies: 7
- Views: 12924
Still fails
Josep, I tried to solve it with Abort as you tell me but it doesn't work. I don't know de reason.
- Wed Jul 14, 2004 1:52 pm
- Forum: VCL
- Topic: TeeChart Problem
- Replies: 7
- Views: 12924
I still have the same problem
Josep, sorry about that but i tried to solve my problem using code as you post here but i still have the same problem.
Try to solve it, i don't know how to do it, thanks
If you post it into the steema.public.attachments newsgroup please tell me.
Try to solve it, i don't know how to do it, thanks
If you post it into the steema.public.attachments newsgroup please tell me.
- Wed Jul 14, 2004 10:07 am
- Forum: VCL
- Topic: TeeChart Problem
- Replies: 7
- Views: 12924
I tried It but it doesn't work
I tried to do it but i couldn't do DoubClick := true;
How can I do to use this source?
How can I do to use this source?
- Wed Jul 14, 2004 7:40 am
- Forum: VCL
- Topic: TeeChart Problem
- Replies: 7
- Views: 12924
TeeChart Problem
I have a TDBChart and my problem is that in TDBChart.DblClick event I open the tools dialogs as the example and then, when I select the grafic and close the dialog I get the mouse as left button clicked and "zoom tool" opened. This is the event where I try to control this procedure TFormGrafico.DBCh...
- Tue Jul 13, 2004 4:32 pm
- Forum: VCL
- Topic: Problem / Question with EditChartPart()
- Replies: 5
- Views: 10659
TDBChart
Hi Pep, my component is a TDBChart and my problem as yoy know is that in TDBChart.DblClick event I open the tools dialogs as the example and then, when I select the grafic and close the dialog I get the mouse as left button clicked and "zoom tool" opened. This is the event where I try to control thi...
- Tue Jul 13, 2004 3:40 pm
- Forum: VCL
- Topic: Problem / Question with EditChartPart()
- Replies: 5
- Views: 10659
It doesn't works
Hi, I have the same problem. I'm working with Delphi 5.0 and CharEditor hasn't got Execute method and DblClick is not a declarated event so I can't use your code to try to solve my problem.
I don't know how to act with this, I will accept any king of help, thanks
I don't know how to act with this, I will accept any king of help, thanks
- Tue Jul 13, 2004 12:25 pm
- Forum: VCL
- Topic: Problem / Question with EditChartPart()
- Replies: 5
- Views: 10659
Problem / Question with EditChartPart()
I have a problem with EditChartPart . I have defined a PartChart as TChartClickedPart in the private part of my source and then I use this source in DblClick event EditChartPart(Self, DBChartGrafico, PartChart); DBChart1.CancelMouse := true; to call the method and then with CancelMouse procedure I t...