diff --git a/components/tachart/demo/multi/Main.lfm b/components/tachart/demo/multi/Main.lfm index d177ad6674..877a5e238c 100644 --- a/components/tachart/demo/multi/Main.lfm +++ b/components/tachart/demo/multi/Main.lfm @@ -1,7 +1,7 @@ object Form1: TForm1 - Left = 387 + Left = 464 Height = 459 - Top = 241 + Top = 321 Width = 529 Caption = 'Form1' ClientHeight = 459 @@ -20,11 +20,11 @@ object Form1: TForm1 TabOrder = 0 object tsBubble: TTabSheet Caption = 'Bubble' - ClientHeight = 431 + ClientHeight = 433 ClientWidth = 521 object chBubble: TChart Left = 0 - Height = 431 + Height = 433 Top = 0 Width = 521 AxisList = < @@ -243,6 +243,8 @@ object Form1: TForm1 end> Foot.Brush.Color = clBtnFace Foot.Font.Color = clBlue + Legend.SymbolWidth = 40 + Legend.Visible = True Title.Brush.Color = clBtnFace Title.Font.Color = clBlue Title.Text.Strings = ( @@ -251,7 +253,9 @@ object Form1: TForm1 Align = alClient ParentColor = False object chWhiskersBoxAndWhiskerSeries1: TBoxAndWhiskerSeries + Title = 't1' BoxBrush.Color = clGreen + BoxPen.Color = clMaroon MedianPen.Color = clLime MedianPen.Width = 2 WhiskersPen.Color = clBlue