mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +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;
|
function TChartSeries.GetGraphPointY(AIndex: Integer): Double;
|
||||||
begin
|
begin
|
||||||
Result := AxisToGraphX(Source[AIndex]^.Y);
|
Result := AxisToGraphY(Source[AIndex]^.Y);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TChartSeries.GetMax(out X, Y: Double);
|
procedure TChartSeries.GetMax(out X, Y: Double);
|
||||||
|
@ -130,8 +130,8 @@ type
|
|||||||
procedure Clear;
|
procedure Clear;
|
||||||
function Count: Integer;
|
function Count: Integer;
|
||||||
public
|
public
|
||||||
property List: TFPList read FList;
|
|
||||||
property Items[AIndex: Integer]: TBasicChartSeries read GetItem; default;
|
property Items[AIndex: Integer]: TBasicChartSeries read GetItem; default;
|
||||||
|
property List: TFPList read FList;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TChart }
|
{ TChart }
|
||||||
|
Loading…
Reference in New Issue
Block a user