Somehow do not create selves to send what about the Outlook for newsgroup. Therefore publishes I call example here P.S Problem is Button2Click with Chart1MouseDown unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, TeeFunci, Serie...
I always delete the TFastLineSerie again and other series (also:TFastLineseries )draws in Chart1, I always get an error message after the Halt [x]: TFastlineseries are deleted in the Chart1 and if Chart1.SeriesCount>0 then for i:=0 to Chart1.SeriesCount-1 do if (Chart1[i] is TFastLineSeries) then be...
I would like to make a mark between two horizontal points How does this go? I alternatively wanted to make a centred point and make a mark there. var Series1:TFastLineseries; begin Series1.AddXY(5+(25-5)/2,y); //alternatively Point Series1.AddXY(5,y); ///Point 1 Series1.AddXY(25,y);///Point 2 end;