diff --git a/components/tachart/demo/bgra/Main.lfm b/components/tachart/demo/bgra/Main.lfm index a1c1d5bac4..bdcc1a5c1f 100644 --- a/components/tachart/demo/bgra/Main.lfm +++ b/components/tachart/demo/bgra/Main.lfm @@ -323,6 +323,7 @@ object Form1: TForm1 Title.LabelFont.Orientation = 900 end item + Grid.Visible = False Alignment = calBottom Minors = <> end> diff --git a/components/tachart/demo/bgra/Main.pas b/components/tachart/demo/bgra/Main.pas index 73894d31c2..f0679b342c 100644 --- a/components/tachart/demo/bgra/Main.pas +++ b/components/tachart/demo/bgra/Main.pas @@ -321,6 +321,7 @@ begin chBarEffects.Depth := d; chBarEffectsBarSeries1.Depth := d; chBarEffectsBarSeries1.ZPosition := d; + chBarEffects.BottomAxis.ZPosition := d; FAnimatedSource.Start; end;