mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 02:43:49 +02:00
105 lines
2.2 KiB
Plaintext
105 lines
2.2 KiB
Plaintext
object Form1: TForm1
|
|
Left = 342
|
|
Height = 372
|
|
Top = 152
|
|
Width = 456
|
|
Caption = 'Form1'
|
|
ClientHeight = 372
|
|
ClientWidth = 456
|
|
LCLVersion = '0.9.29'
|
|
object Chart1: TChart
|
|
Left = 0
|
|
Height = 336
|
|
Top = 0
|
|
Width = 456
|
|
AxisList = <
|
|
item
|
|
Alignment = calLeft
|
|
Title.Font.Orientation = 900
|
|
Transformation.Offset = 0
|
|
Transformation.Scale = 1
|
|
end
|
|
item
|
|
Alignment = calBottom
|
|
Transformation.Offset = 0
|
|
Transformation.Scale = 1
|
|
end>
|
|
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 Chart1LineSeries1: TLineSeries
|
|
Marks.Format = '%1:.0g%%'
|
|
Marks.Style = smsCustom
|
|
ZPosition = 12
|
|
AxisIndexX = 1
|
|
AxisIndexY = 0
|
|
LinePen.Color = clRed
|
|
LinePen.Style = psDot
|
|
LinePen.Width = 5
|
|
SeriesColor = clRed
|
|
Source = RandomChartSource1
|
|
end
|
|
object Chart1BarSeries1: TBarSeries
|
|
ZPosition = 11
|
|
AxisIndexX = 1
|
|
AxisIndexY = 0
|
|
BarBrush.Color = clMoneyGreen
|
|
SeriesColor = clMoneyGreen
|
|
Source = RandomChartSource1
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 36
|
|
Top = 336
|
|
Width = 456
|
|
Align = alBottom
|
|
ClientHeight = 36
|
|
ClientWidth = 456
|
|
TabOrder = 1
|
|
object cbRotateLine: TCheckBox
|
|
Left = 8
|
|
Height = 17
|
|
Top = 10
|
|
Width = 77
|
|
Caption = 'Rotate lines'
|
|
OnChange = cbRotateLineChange
|
|
TabOrder = 0
|
|
end
|
|
object cbRotateBar: TCheckBox
|
|
Left = 104
|
|
Height = 17
|
|
Top = 10
|
|
Width = 77
|
|
Caption = 'Rotate bars'
|
|
OnChange = cbRotateBarChange
|
|
TabOrder = 1
|
|
end
|
|
object cbNegative: TCheckBox
|
|
Left = 200
|
|
Height = 17
|
|
Top = 10
|
|
Width = 97
|
|
Caption = 'Negative values'
|
|
OnChange = cbNegativeChange
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object RandomChartSource1: TRandomChartSource
|
|
PointsNumber = 9
|
|
RandSeed = 1376070732
|
|
XMax = 8
|
|
XMin = 0
|
|
YMax = 15
|
|
YMin = 7
|
|
left = 352
|
|
top = 20
|
|
end
|
|
end
|