Good day
I have previously used errorpoint series with TDBChart and all works well but would like to now use with a standard TChart. How does one provide X values, as well as values for the various error bars? I presume that the X value is provided the same way as for a normal point using .AddXY(xvalue,yvalue) but I can't find any equivalent for the errors.
Thanks
Bruce
ErrorPoint Series - how to provide data values
-
- Newbie
- Posts: 2
- Joined: Wed Jul 01, 2015 12:00 am
Re: ErrorPoint Series - how to provide data values
Hello Bruce,
TErrorPointSeries inherits this Add function from TCustomErrorPointSeries (TCustomErrorPointSeries.Add):
Here the definition:
TErrorPointSeries inherits this Add function from TCustomErrorPointSeries (TCustomErrorPointSeries.Add):
Here the definition:
Code: Select all
function Add(Const AX,AY, ALeft, ARight, ATop, ABottom:Double;
Const AXLabel:String='';
AColor:TColor=clTeeColor):Integer;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |