lazarus/components/tachart/demo/panes/Main.lfm
2019-03-07 15:16:47 +00:00

271 lines
6.9 KiB
Plaintext

object Form1: TForm1
Left = 336
Height = 554
Top = 148
Width = 566
Caption = 'Form1'
ClientHeight = 554
ClientWidth = 566
LCLVersion = '2.1.0.0'
object PageControl1: TPageControl
Left = 0
Height = 554
Top = 0
Width = 566
ActivePage = tsLink
Align = alClient
TabIndex = 0
TabOrder = 0
object tsLink: TTabSheet
Caption = 'Link'
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
ChildSizing.ShrinkVertical = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 526
ClientWidth = 558
object chLink1: TChart
Left = 0
Height = 176
Top = 0
Width = 558
AxisList = <
item
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
end
item
Alignment = calBottom
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelBrush.Style = bsClear
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Color = clDefault
object chLink1LineSeries1: TLineSeries
LinePen.Color = clNavy
LinePen.Width = 2
Source = rcsLink1
end
end
object chLink2: TChart
Left = 0
Height = 176
Top = 176
Width = 558
AxisList = <
item
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
end
item
Alignment = calBottom
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelBrush.Style = bsClear
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Color = clDefault
object chLink2LineSeries1: TLineSeries
LinePen.Color = clNavy
LinePen.Width = 2
Source = rcsLink2
end
end
object chLink3: TChart
Left = 0
Height = 174
Top = 352
Width = 558
AxisList = <
item
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
end
item
Alignment = calBottom
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelBrush.Style = bsClear
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Color = clDefault
object chLink3LineSeries1: TLineSeries
LinePen.Color = clNavy
LinePen.Width = 2
Source = rcsLink3
end
end
end
object tsTransform: TTabSheet
Caption = 'Transform'
ClientHeight = 526
ClientWidth = 558
object chTransform: TChart
Left = 0
Height = 526
Top = 0
Width = 558
AxisList = <
item
Group = 1
Marks.LabelBrush.Style = bsClear
Marks.Range.Max = 50
Marks.Range.UseMax = True
Marks.Range.UseMin = True
Minors = <>
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
Transformations = catAuto1
end
item
Group = 1
Marks.LabelBrush.Style = bsClear
Marks.Range.Max = 50
Marks.Range.UseMax = True
Marks.Range.UseMin = True
Minors = <>
Title.LabelBrush.Style = bsClear
Transformations = catAuto2
end
item
Group = 1
Marks.LabelBrush.Style = bsClear
Marks.Range.Max = 50
Marks.Range.UseMax = True
Marks.Range.UseMin = True
Minors = <>
Title.LabelBrush.Style = bsClear
Transformations = catAuto3
end
item
Alignment = calBottom
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelBrush.Style = bsClear
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Align = alClient
Color = clDefault
object chTransformLineSeries1: TLineSeries
AxisIndexY = 0
LinePen.Color = clNavy
LinePen.Width = 2
Source = rcsLink1
end
object chTransformLineSeries2: TLineSeries
AxisIndexY = 1
LinePen.Color = clNavy
LinePen.Width = 2
Source = rcsLink2
end
object chTransformLineSeries3: TLineSeries
AxisIndexY = 2
LinePen.Color = clNavy
LinePen.Width = 2
Source = rcsLink3
end
end
end
end
object rcsLink1: TRandomChartSource
PointsNumber = 50
RandSeed = 2100819672
XMax = 50
XMin = 1
YMax = 50
YMin = 0
left = 32
top = 32
end
object rcsLink2: TRandomChartSource
PointsNumber = 50
RandSeed = 1938257043
XMax = 50
XMin = 1
YMax = 50
YMin = 0
left = 28
top = 232
end
object ChartExtentLink1: TChartExtentLink
LinkedCharts = <
item
Chart = chLink1
end
item
Chart = chLink2
end
item
Chart = chLink3
end>
left = 508
top = 348
end
object rcsLink3: TRandomChartSource
PointsNumber = 50
RandSeed = 123452345
XMax = 50
XMin = 1
YMax = 50
YMin = 0
left = 28
top = 424
end
object catAuto1: TChartAxisTransformations
left = 104
top = 32
object catAuto1AutoScaleAxisTransform1: TAutoScaleAxisTransform
MaxValue = 1.7
end
end
object catAuto2: TChartAxisTransformations
left = 96
top = 232
object catAuto1AutoScaleAxisTransform2: TAutoScaleAxisTransform
MaxValue = 3.7
MinValue = 2
end
end
object catAuto3: TChartAxisTransformations
left = 96
top = 424
object catAuto1AutoScaleAxisTransform3: TAutoScaleAxisTransform
MaxValue = 5.7
MinValue = 4
end
end
end