min / max areas
Posted: Tue Aug 19, 2008 6:25 am
Hi!
I attempt to draw this graph:
There is min and max of value in graph.
It is necessary to make the filling of that region of graph, which leaves in max or min...
How I can do this?
Thanks for your answers.
I attempt to draw this graph:
Code: Select all
type
TForm1 = class(TForm)
DBChart1: TDBChart;
Series1: TFastLineSeries;
private
{ Private declarations }
public
{ Public declarations }
end;
It is necessary to make the filling of that region of graph, which leaves in max or min...
How I can do this?
Thanks for your answers.