mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:00:27 +02:00
TAChart: Use ZPosition to draw axises in front of the color map series in the funcdemo
git-svn-id: trunk@27797 -
This commit is contained in:
parent
2f974edb89
commit
b16a30c689
@ -102,9 +102,11 @@ object Form1: TForm1
|
||||
AxisList = <
|
||||
item
|
||||
Title.LabelFont.Orientation = 900
|
||||
ZPosition = 1
|
||||
end
|
||||
item
|
||||
Alignment = calBottom
|
||||
ZPosition = 1
|
||||
end>
|
||||
Extent.XMin = -1
|
||||
Extent.XMax = 1
|
||||
|
Loading…
Reference in New Issue
Block a user