mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 18:49:30 +02:00
TAChart: Fix compilation of tools demo
git-svn-id: trunk@28925 -
This commit is contained in:
parent
685032b3f2
commit
5e67bd842c
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user