lazarus/components/tachart/demo/aggpas/Main.lfm

97 lines
2.1 KiB
Plaintext

object Form1: TForm1
Left = 352
Height = 295
Top = 169
Width = 594
Caption = 'Form1'
ClientHeight = 295
ClientWidth = 594
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.31'
object Chart1: TChart
Left = 0
Height = 295
Top = 0
Width = 297
AxisList = <
item
Title.LabelFont.Orientation = 900
Visible = False
end
item
Alignment = calBottom
Visible = False
end>
BackColor = clSkyBlue
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Legend.Visible = True
Title.Brush.Color = clBlack
Title.Brush.Style = bsClear
Title.Font.Color = clBlue
Title.Font.Height = -13
Title.Font.Name = 'Verdana'
Title.Text.Strings = (
'Standard'
)
Title.Visible = True
Align = alClient
Color = clMoneyGreen
ParentColor = False
object Chart1PieSeries1: TPieSeries
Marks.LabelFont.Height = 10
Source = RandomChartSource1
end
object Chart1ConstantLine1: TConstantLine
Pen.Color = clGreen
Pen.Width = 3
Position = 0
end
object Chart1BarSeries1: TBarSeries
Active = False
ZPosition = 1
BarBrush.Color = clRed
Source = RandomChartSource1
end
object Chart1AreaSeries1: TAreaSeries
Active = False
ZPosition = 2
AreaContourPen.Width = 3
Source = RandomChartSource1
end
object Chart1LineSeries1: TLineSeries
Marks.Format = '%2:s %1:.2f%%'
Marks.Style = smsLabelPercent
Title = 'Line'
ZPosition = 3
LinePen.Color = clAqua
LinePen.Width = 3
Pointer.Brush.Color = clYellow
Pointer.HorizSize = 2
Pointer.Style = psRightBracket
Pointer.VertSize = 10
ShowPoints = True
Source = RandomChartSource1
end
end
object PaintBox1: TPaintBox
Left = 297
Height = 295
Top = 0
Width = 297
Align = alRight
OnPaint = PaintBox1Paint
end
object RandomChartSource1: TRandomChartSource
PointsNumber = 10
RandSeed = 1733195749
XMax = 10
XMin = 0
YMax = 10
YMin = 1
left = 90
top = 210
end
end