TAChart: Fix compilation of tools demo

git-svn-id: trunk@28925 -
This commit is contained in:
ask 2011-01-10 00:02:41 +00:00
parent 685032b3f2
commit 5e67bd842c
2 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,7 @@ object Form1: TForm1
ClientHeight = 484
ClientWidth = 554
Position = poScreenCenter
LCLVersion = '0.9.29'
LCLVersion = '0.9.31'
object Chart1: TChart
Left = 0
Height = 360
@ -16,7 +16,6 @@ object Form1: TForm1
AxisList = <
item
Title.LabelFont.Orientation = 900
Title.Font.Orientation = 900
end
item
Alignment = calBottom
@ -47,7 +46,6 @@ object Form1: TForm1
end
object Chart1BarSeries1: TBarSeries
BarBrush.Color = clRed
SeriesColor = clRed
Source = RandomChartSource1
UseReticule = True
end

View File

@ -6,7 +6,7 @@ interface
uses
Classes, ExtCtrls, StdCtrls, SysUtils, FileUtil, LResources, Forms, Controls,
Graphics, Dialogs, Types, TAGraph, TASeries, TASources, TATools;
Graphics, Dialogs, Types, TAFuncSeries, TAGraph, TASeries, TASources, TATools;
type