mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 12:09:32 +02:00
TAChart: Fix bottom axis marks position for "3D" bar style for "bgra" demo
git-svn-id: trunk@40113 -
This commit is contained in:
parent
eae13b6de2
commit
b9e09116ed
@ -323,6 +323,7 @@ object Form1: TForm1
|
||||
Title.LabelFont.Orientation = 900
|
||||
end
|
||||
item
|
||||
Grid.Visible = False
|
||||
Alignment = calBottom
|
||||
Minors = <>
|
||||
end>
|
||||
|
@ -321,6 +321,7 @@ begin
|
||||
chBarEffects.Depth := d;
|
||||
chBarEffectsBarSeries1.Depth := d;
|
||||
chBarEffectsBarSeries1.ZPosition := d;
|
||||
chBarEffects.BottomAxis.ZPosition := d;
|
||||
FAnimatedSource.Start;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user