TChartAxis.AutomaticMinimum
TChartAxis
property AutomaticMinimum: Boolean;
Unit
TeEngine
Description
Default True
The AutomaticMinimum property controls if Axis will adjust the Minimum value automatically based on the minimum value of its associated Series.
Example
With Chart1.LeftAxis do
begin
Automatic := False;
Maximum := 1000;
AutomaticMinimum := True;
end;
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.