mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 11:30:28 +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
|
ClientHeight = 484
|
||||||
ClientWidth = 554
|
ClientWidth = 554
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.31'
|
||||||
object Chart1: TChart
|
object Chart1: TChart
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 360
|
Height = 360
|
||||||
@ -16,7 +16,6 @@ object Form1: TForm1
|
|||||||
AxisList = <
|
AxisList = <
|
||||||
item
|
item
|
||||||
Title.LabelFont.Orientation = 900
|
Title.LabelFont.Orientation = 900
|
||||||
Title.Font.Orientation = 900
|
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Alignment = calBottom
|
Alignment = calBottom
|
||||||
@ -47,7 +46,6 @@ object Form1: TForm1
|
|||||||
end
|
end
|
||||||
object Chart1BarSeries1: TBarSeries
|
object Chart1BarSeries1: TBarSeries
|
||||||
BarBrush.Color = clRed
|
BarBrush.Color = clRed
|
||||||
SeriesColor = clRed
|
|
||||||
Source = RandomChartSource1
|
Source = RandomChartSource1
|
||||||
UseReticule = True
|
UseReticule = True
|
||||||
end
|
end
|
||||||
|
@ -6,7 +6,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, ExtCtrls, StdCtrls, SysUtils, FileUtil, LResources, Forms, Controls,
|
Classes, ExtCtrls, StdCtrls, SysUtils, FileUtil, LResources, Forms, Controls,
|
||||||
Graphics, Dialogs, Types, TAGraph, TASeries, TASources, TATools;
|
Graphics, Dialogs, Types, TAFuncSeries, TAGraph, TASeries, TASources, TATools;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user