object Form1: TForm1 Left = 461 Height = 430 Top = 151 Width = 624 Caption = 'Form1' ClientHeight = 430 ClientWidth = 624 Position = poScreenCenter LCLVersion = '3.99.0.0' object pcMain: TPageControl Left = 0 Height = 355 Top = 0 Width = 624 ActivePage = tsBar Align = alClient TabIndex = 0 TabOrder = 0 object tsBar: TTabSheet Caption = 'Bar' ClientHeight = 327 ClientWidth = 616 object Chart1: TChart Left = 0 Height = 327 Top = 0 Width = 616 AxisList = < item TickLength = 0 Marks.Distance = 4 Marks.LabelBrush.Color = clSkyBlue Minors = <> Title.LabelFont.Orientation = 900 Title.Visible = True Title.Caption = 'Left axis title' Title.LabelBrush.Style = bsClear end item Alignment = calBottom AxisPen.Visible = True Marks.LabelBrush.Color = clSkyBlue Minors = <> Title.Visible = True Title.Caption = 'Bottom axis title' Title.Frame.Style = psSolid Title.LabelBrush.Style = bsClear end> Foot.Brush.Color = clBtnFace Foot.Font.Color = clBlue Frame.Visible = False Margins.Bottom = 0 Title.Brush.Color = clBtnFace Title.Font.Color = clBlue Title.Text.Strings = ( 'TAChart' ) Align = alClient object Chart1BarSeries1: TBarSeries BarBrush.Color = 1410280 Marks.Margins.Left = 8 Marks.Margins.Top = 5 Marks.Margins.Right = 8 Marks.Margins.Bottom = 5 Marks.Arrow.BaseLength = 3 Marks.Arrow.Length = 9 Marks.Arrow.Visible = True Marks.Arrow.Width = 4 Marks.Format = '%1:.2f%%' Marks.Frame.Color = 31097 Marks.Frame.Width = 2 Marks.Style = smsPercent Source = RandomChartSource1 end end end object Multiline: TTabSheet Caption = 'Multiline' ClientHeight = 327 ClientWidth = 616 object ChartMulti: TChart Left = 0 Height = 327 Top = 0 Width = 616 AxisList = < item Marks.Alignment = taCenter Marks.LabelFont.Orientation = 900 Marks.Frame.Style = psSolid Marks.LabelBrush.Style = bsClear Minors = <> Title.LabelFont.Orientation = 900 Title.LabelBrush.Style = bsClear OnMarkToText = ChartMultiAxisList1MarkToText end item Alignment = calBottom Marks.Frame.Style = psSolid Marks.LabelBrush.Style = bsClear Minors = <> Title.Visible = True Title.Caption = 'test' Title.LabelBrush.Style = bsClear OnMarkToText = ChartMultiAxisList1MarkToText end> Foot.Brush.Color = clBtnFace Foot.Font.Color = clBlue Foot.Text.Strings = ( 'TAChart' ) Title.Brush.Color = clBtnFace Title.Brush.Style = bsClear Title.Font.Color = clBlue Title.Text.Strings = ( 'Chart long' 'title' ) Title.Visible = True Align = alClient object ChartMultiLineSeries1: TLineSeries Source = RandomChartSource1 end end end end object pnlControls: TPanel Left = 0 Height = 75 Top = 355 Width = 624 Align = alBottom AutoSize = True BevelOuter = bvNone ClientHeight = 75 ClientWidth = 624 TabOrder = 1 object cbHideOverlapping: TCheckBox AnchorSideLeft.Control = gbAngles AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = pnlControls Left = 436 Height = 19 Top = 8 Width = 142 BorderSpacing.Left = 16 BorderSpacing.Top = 8 Caption = 'Hide overlapping labels' TabOrder = 0 OnChange = cbHideOverlappingChange end object gbAngles: TGroupBox Left = 8 Height = 59 Top = 8 Width = 412 Align = alLeft AutoSize = True BorderSpacing.Around = 8 Caption = ' Angles ' ClientHeight = 39 ClientWidth = 408 TabOrder = 1 object seAxisAngle: TSpinEdit AnchorSideLeft.Control = lblAxisAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = gbAngles Left = 38 Height = 23 Top = 8 Width = 50 BorderSpacing.Left = 8 BorderSpacing.Top = 8 BorderSpacing.Bottom = 8 Increment = 5 MaxValue = 360 MinValue = -360 TabOrder = 0 OnChange = seAxisAngleChange end object lblAxisAngle: TLabel AnchorSideLeft.Control = gbAngles AnchorSideTop.Control = seAxisAngle AnchorSideTop.Side = asrCenter Left = 8 Height = 15 Top = 12 Width = 22 BorderSpacing.Left = 8 Caption = 'Axis' end object lblSeriesAngle: TLabel AnchorSideLeft.Control = seAxisAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = seSeriesAngle AnchorSideTop.Side = asrCenter Left = 104 Height = 15 Top = 12 Width = 30 BorderSpacing.Left = 16 Caption = 'Series' end object seSeriesAngle: TSpinEdit AnchorSideLeft.Control = lblSeriesAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = gbAngles Left = 142 Height = 23 Top = 8 Width = 50 BorderSpacing.Left = 8 BorderSpacing.Top = 8 BorderSpacing.Bottom = 8 Increment = 5 MaxValue = 360 MinValue = -360 TabOrder = 1 OnChange = seSeriesAngleChange end object lblTitleAngle: TLabel AnchorSideLeft.Control = seSeriesAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = seTitleAngle AnchorSideTop.Side = asrCenter Left = 208 Height = 15 Top = 12 Width = 22 BorderSpacing.Left = 16 Caption = 'Title' end object seTitleAngle: TSpinEdit AnchorSideLeft.Control = lblTitleAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = gbAngles Left = 238 Height = 23 Top = 8 Width = 50 BorderSpacing.Left = 8 BorderSpacing.Top = 8 BorderSpacing.Bottom = 8 Increment = 5 MaxValue = 360 MinValue = -360 TabOrder = 2 OnChange = seTitleAngleChange end object seCalloutAngle: TSpinEdit AnchorSideLeft.Control = lblCalloutAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = gbAngles Left = 350 Height = 23 Top = 8 Width = 50 BorderSpacing.Left = 8 BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 Increment = 5 MaxValue = 120 TabOrder = 3 OnChange = seCalloutAngleChange end object lblCalloutAngle: TLabel AnchorSideLeft.Control = seTitleAngle AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = seCalloutAngle AnchorSideTop.Side = asrCenter Left = 304 Height = 15 Top = 12 Width = 38 BorderSpacing.Left = 16 Caption = 'Callout' end end object cbShape: TComboBox AnchorSideLeft.Control = cbHideOverlapping AnchorSideTop.Control = cbHideOverlapping AnchorSideTop.Side = asrBottom Left = 436 Height = 23 Top = 35 Width = 160 BorderSpacing.Top = 8 BorderSpacing.Bottom = 8 ItemHeight = 15 ItemIndex = 0 Items.Strings = ( 'Rectangle' 'Ellipse' 'Rounded corners' 'Rounded sides' 'User-defined' ) Style = csDropDownList TabOrder = 2 Text = 'Rectangle' OnChange = cbShapeChange end end object RandomChartSource1: TRandomChartSource PointsNumber = 15 RandSeed = 567673250 XMax = 15 YMax = 15 YMin = 10 Left = 342 Top = 94 end end