mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-11 18:42:37 +02:00
75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
object Form1: TForm1
|
|
Left = 1317
|
|
Height = 330
|
|
Top = 168
|
|
Width = 403
|
|
Caption = 'Form1'
|
|
ClientHeight = 330
|
|
ClientWidth = 403
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object Chart1: TChart
|
|
Left = 0
|
|
Height = 292
|
|
Top = 0
|
|
Width = 403
|
|
AxisList = <
|
|
item
|
|
Title.LabelFont.Orientation = 900
|
|
end
|
|
item
|
|
Alignment = calBottom
|
|
end>
|
|
Depth = 30
|
|
Foot.Brush.Color = clBtnFace
|
|
Foot.Font.Color = clBlue
|
|
Title.Brush.Color = clBtnFace
|
|
Title.Font.Color = clBlue
|
|
Title.Text.Strings = (
|
|
'TAChart'
|
|
)
|
|
Align = alClient
|
|
ParentColor = False
|
|
object Chart1BarSeries1: TBarSeries
|
|
BarBrush.Color = clRed
|
|
Depth = 10
|
|
Source = RandomChartSource1
|
|
end
|
|
object Chart1LineSeries1: TLineSeries
|
|
ZPosition = 20
|
|
Depth = 10
|
|
LinePen.Color = clGreen
|
|
Source = RandomChartSource1
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 38
|
|
Top = 292
|
|
Width = 403
|
|
Align = alBottom
|
|
ClientHeight = 38
|
|
ClientWidth = 403
|
|
TabOrder = 1
|
|
object btnSaveToMetafile: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 8
|
|
Width = 88
|
|
Caption = 'Save To WMF'
|
|
OnClick = btnSaveToMetafileClick
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object RandomChartSource1: TRandomChartSource
|
|
PointsNumber = 20
|
|
RandSeed = 1527537926
|
|
XMax = 12
|
|
XMin = 0
|
|
YMax = 3
|
|
YMin = -3
|
|
left = 140
|
|
top = 148
|
|
end
|
|
end
|