mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:02:10 +02:00
TAChart: Update axis demo
git-svn-id: trunk@31763 -
This commit is contained in:
parent
0138145ed5
commit
82d446ecb3
@ -43,6 +43,10 @@ object Form1: TForm1
|
||||
Grid.Visible = False
|
||||
TickLength = 0
|
||||
Alignment = calBottom
|
||||
AxisPen.Color = clRed
|
||||
AxisPen.Style = psDot
|
||||
AxisPen.Width = 5
|
||||
AxisPen.Visible = True
|
||||
Marks.LabelFont.Height = -13
|
||||
Marks.LabelFont.Style = [fsBold]
|
||||
Marks.Format = '%2:s'
|
||||
@ -53,6 +57,7 @@ object Form1: TForm1
|
||||
end>
|
||||
Foot.Brush.Color = clBtnFace
|
||||
Foot.Font.Color = clBlue
|
||||
MarginsExternal.Left = 0
|
||||
Title.Brush.Color = clBtnFace
|
||||
Title.Font.Color = clBlue
|
||||
Title.Text.Strings = (
|
||||
@ -123,10 +128,14 @@ object Form1: TForm1
|
||||
TickLength = 6
|
||||
Alignment = calBottom
|
||||
Group = 2
|
||||
Marks.LabelFont.Style = [fsBold]
|
||||
Minors = <
|
||||
item
|
||||
Grid.Color = clGray
|
||||
Grid.Cosmetic = False
|
||||
Marks.Distance = 4
|
||||
Marks.LabelFont.Height = -9
|
||||
Marks.LabelFont.Orientation = 900
|
||||
end>
|
||||
end
|
||||
item
|
||||
@ -154,11 +163,11 @@ object Form1: TForm1
|
||||
end
|
||||
object tsDateTime: TTabSheet
|
||||
Caption = 'Date and time'
|
||||
ClientHeight = 307
|
||||
ClientHeight = 404
|
||||
ClientWidth = 525
|
||||
object ChartDateTime: TChart
|
||||
Left = 0
|
||||
Height = 307
|
||||
Height = 404
|
||||
Top = 0
|
||||
Width = 525
|
||||
AxisList = <
|
||||
|
Loading…
Reference in New Issue
Block a user