mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:59:31 +02:00
TAChart: Fix a typo. Order properties alphabetically.
git-svn-id: trunk@24510 -
This commit is contained in:
parent
e1e2609bb3
commit
357f5eb515
@ -409,7 +409,7 @@ end;
|
||||
|
||||
function TChartSeries.GetGraphPointY(AIndex: Integer): Double;
|
||||
begin
|
||||
Result := AxisToGraphX(Source[AIndex]^.Y);
|
||||
Result := AxisToGraphY(Source[AIndex]^.Y);
|
||||
end;
|
||||
|
||||
procedure TChartSeries.GetMax(out X, Y: Double);
|
||||
|
@ -130,8 +130,8 @@ type
|
||||
procedure Clear;
|
||||
function Count: Integer;
|
||||
public
|
||||
property List: TFPList read FList;
|
||||
property Items[AIndex: Integer]: TBasicChartSeries read GetItem; default;
|
||||
property List: TFPList read FList;
|
||||
end;
|
||||
|
||||
{ TChart }
|
||||
|
Loading…
Reference in New Issue
Block a user