TChartAxis.CustomDrawMinMaxStartEnd
TChartAxis
procedure CustomDrawMinMaxStartEnd(APosLabels, APosTitle, APosAxis: Integer; GridVisible: Boolean; Const AMinimum, AMaximum, AIncrement: TAxisValue; AStartPos, AEndPos: Integer);
Unit
TeEngine
Description
The CustomDrawStartEnd method displays an Axis at the specified screen positions with the current axis scales and defined Min / Max and Start / End positions. Using this method avoids the need to use the Axis TChartAxis.Maximum, TChartAxis.Minimum, TChartAxis.StartPosition and TChartAxis.EndPosition properties.