mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 15:19:35 +02:00
TAChart: Update func demo with pointers in spline series
git-svn-id: trunk@31434 -
This commit is contained in:
parent
c7a345958f
commit
00841b0993
@ -213,11 +213,12 @@ object Form1: TForm1
|
||||
Title.LabelFont.Orientation = 900
|
||||
end
|
||||
item
|
||||
Alignment = calBottom
|
||||
Grid.Color = clGray
|
||||
Grid.Cosmetic = False
|
||||
Alignment = calBottom
|
||||
Minors = <>
|
||||
end>
|
||||
ExpandPercentage = 5
|
||||
Foot.Brush.Color = clBtnFace
|
||||
Foot.Font.Color = clBlue
|
||||
Title.Brush.Color = clBtnFace
|
||||
@ -235,11 +236,14 @@ object Form1: TForm1
|
||||
Source = RandomChartSource1
|
||||
Pen.Color = clLime
|
||||
Pen.Width = 3
|
||||
Pointer.Brush.Color = clLime
|
||||
end
|
||||
object ChartSplineCubicSplineSeries1: TCubicSplineSeries
|
||||
ZPosition = 1
|
||||
Source = RandomChartSource1
|
||||
Pen.Color = clAqua
|
||||
Pen.Width = 2
|
||||
Pointer.Brush.Color = clAqua
|
||||
end
|
||||
end
|
||||
object pnSpline: TPanel
|
||||
|
Loading…
Reference in New Issue
Block a user