mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 08:12:35 +02:00
61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
object Form1: TForm1
|
|
Left = 290
|
|
Height = 362
|
|
Top = 152
|
|
Width = 461
|
|
Caption = 'Form1'
|
|
ClientHeight = 362
|
|
ClientWidth = 461
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object Chart1: TChart
|
|
Left = 0
|
|
Height = 362
|
|
Top = 0
|
|
Width = 461
|
|
BottomAxis.Grid.Style = psDot
|
|
BottomAxis.Grid.Visible = True
|
|
ExpandPercentage = 10
|
|
Foot.Brush.Color = clBtnFace
|
|
Foot.Font.Color = clBlue
|
|
Frame.Visible = True
|
|
LeftAxis.Grid.Style = psDot
|
|
LeftAxis.Grid.Visible = True
|
|
LeftAxis.Title.Angle = 90
|
|
Legend.Visible = True
|
|
Title.Brush.Color = clBtnFace
|
|
Title.Font.Color = clBlue
|
|
Title.Text.Strings = (
|
|
'TAChart'
|
|
)
|
|
Align = alClient
|
|
ParentColor = False
|
|
object Chart1FuncSeries1: TFuncSeries
|
|
Extent.XMin = -6.28
|
|
Extent.YMin = -1
|
|
Extent.XMax = 6.28
|
|
Extent.YMax = 1
|
|
Extent.UseXMin = True
|
|
Extent.UseYMin = True
|
|
Extent.UseXMax = True
|
|
Extent.UseYMax = True
|
|
Pen.Color = clOlive
|
|
Pen.Width = 2
|
|
Step = 4
|
|
Title = 'Sin(x)'
|
|
end
|
|
object Chart1XAxis: TLine
|
|
ShowInLegend = False
|
|
Position = 0
|
|
SeriesColor = clBlack
|
|
end
|
|
object Chart1YAxis: TLine
|
|
ShowInLegend = False
|
|
LineStyle = lsVertical
|
|
Position = 0
|
|
SeriesColor = clBlack
|
|
end
|
|
end
|
|
end
|