Mar 1, 2002 #1 LucieLastic Programmer Joined May 9, 2001 Messages 1,694 Location GB hi How can I change the field assigned to the y-axis on a TDBChart at runtime ? lou
Mar 2, 2002 1 #2 StevenK Programmer Joined Jan 5, 2001 Messages 1,294 Location GB Try something like : DBChart1.Series[0].YValues.ValueSource := 'FieldName' Hope that this helps. Steve Upvote 0 Downvote
Try something like : DBChart1.Series[0].YValues.ValueSource := 'FieldName' Hope that this helps. Steve