Search found 1 match

by gparreira
Wed Jun 18, 2008 8:00 pm
Forum: VCL
Topic: Problem with negative values in a TLine series
Replies: 1
Views: 1443

Problem with negative values in a TLine series

Hi, I'm using a Tline series of DBChart to connect directly to a client dataset field. The graph generated shows all the correct values except the negative ones that are cutted out of the graph. Below you can see the code used. DBChart1.RemoveAllSeries; DBChart1.AddSeries(TlineSeries.Create(Self)); ...