mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 19:48:14 +02:00
119 lines
2.5 KiB
Plaintext
119 lines
2.5 KiB
Plaintext
object Form1: TForm1
|
|
Left = 1221
|
|
Height = 459
|
|
Top = 154
|
|
Width = 620
|
|
Caption = 'Form1'
|
|
ClientHeight = 459
|
|
ClientWidth = 620
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object Chart1: TChart
|
|
Left = 0
|
|
Height = 425
|
|
Top = 0
|
|
Width = 308
|
|
AntialiasingMode = amOff
|
|
AxisList = <
|
|
item
|
|
Marks.LabelFont.Height = 13
|
|
Marks.LabelFont.Orientation = 400
|
|
Minors = <>
|
|
Title.LabelFont.Orientation = 900
|
|
end
|
|
item
|
|
Alignment = calBottom
|
|
Marks.LabelFont.Height = 13
|
|
Minors = <>
|
|
end>
|
|
BackColor = clMoneyGreen
|
|
Foot.Brush.Color = clBtnFace
|
|
Foot.Font.Color = clBlue
|
|
Title.Brush.Color = clBtnFace
|
|
Title.Brush.Style = bsClear
|
|
Title.Font.Color = clBlue
|
|
Title.Font.Height = -16
|
|
Title.Text.Strings = (
|
|
'Standard'
|
|
)
|
|
Title.Visible = True
|
|
OnAfterPaint = Chart1AfterPaint
|
|
Align = alLeft
|
|
Color = clGreen
|
|
ParentColor = False
|
|
object Chart1LineSeries1: TLineSeries
|
|
ZPosition = 10
|
|
LinePen.Color = clMaroon
|
|
LinePen.Style = psDot
|
|
LinePen.Width = 8
|
|
Source = RandomChartSource1
|
|
end
|
|
object Chart1BarSeries1: TBarSeries
|
|
BarBrush.Color = 3059701
|
|
Source = RandomChartSource1
|
|
end
|
|
object Chart1PieSeries1: TPieSeries
|
|
Active = False
|
|
Source = RandomChartSource1
|
|
end
|
|
object Chart1AreaSeries1: TAreaSeries
|
|
ZPosition = 9
|
|
AreaBrush.Color = clRed
|
|
AreaBrush.Style = bsDiagCross
|
|
Source = RandomChartSource1
|
|
end
|
|
end
|
|
object PaintBox1: TPaintBox
|
|
Left = 312
|
|
Height = 425
|
|
Top = 0
|
|
Width = 308
|
|
Align = alClient
|
|
OnPaint = PaintBox1Paint
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 308
|
|
Height = 425
|
|
Top = 0
|
|
Width = 4
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 34
|
|
Top = 425
|
|
Width = 620
|
|
Align = alBottom
|
|
ClientHeight = 34
|
|
ClientWidth = 620
|
|
TabOrder = 2
|
|
object cbAntialiasing: TCheckBox
|
|
Left = 8
|
|
Height = 17
|
|
Top = 8
|
|
Width = 74
|
|
Caption = 'Antialiasing'
|
|
OnChange = cbAntialiasingChange
|
|
TabOrder = 0
|
|
end
|
|
object cbPie: TCheckBox
|
|
Left = 104
|
|
Height = 17
|
|
Top = 7
|
|
Width = 34
|
|
Caption = 'Pie'
|
|
OnChange = cbPieChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object RandomChartSource1: TRandomChartSource
|
|
PointsNumber = 10
|
|
RandSeed = 1795920317
|
|
XMax = 15
|
|
XMin = 5
|
|
YMax = 10
|
|
YMin = 1
|
|
left = 189
|
|
top = 263
|
|
end
|
|
end
|