mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 19:29:31 +02:00
TAChart: Fix compilation of toolsdemo.
git-svn-id: trunk@60594 -
This commit is contained in:
parent
a1002adf5f
commit
999c63b476
@ -39,7 +39,6 @@ object Form1: TForm1
|
||||
Extent.YMin = -2
|
||||
Foot.Brush.Color = clBtnFace
|
||||
Foot.Font.Color = clBlue
|
||||
ReticuleMode = rmCross
|
||||
Title.Brush.Color = clBtnFace
|
||||
Title.Font.Color = clBlue
|
||||
Title.Text.Strings = (
|
||||
@ -55,7 +54,6 @@ object Form1: TForm1
|
||||
object Chart1BarSeries1: TBarSeries
|
||||
BarBrush.Color = clRed
|
||||
Source = RandomChartSource1
|
||||
UseReticule = True
|
||||
end
|
||||
object ChartLine1: TConstantLine
|
||||
LineStyle = lsVertical
|
||||
|
Loading…
Reference in New Issue
Block a user