TAChart: Fix typo in the navigation demo

git-svn-id: trunk@31988 -
This commit is contained in:
ask 2011-08-15 09:58:06 +00:00
parent 20ac7ef34a
commit 173ae2f758

View File

@ -15,10 +15,12 @@ object Form1: TForm1
Width = 463
AxisList = <
item
Minors = <>
Title.LabelFont.Orientation = 900
end
item
Alignment = calBottom
Minors = <>
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
@ -92,7 +94,7 @@ object Form1: TForm1
Height = 31
Top = 4
Width = 245
Caption = 'Left-drag to zoom,'#13#10'right-drag on both map and navpanel to pan'
Caption = 'Left-drag to zoom,'#13#10'right-drag on both chart and navpanel to pan'
TabOrder = 0
end
object ChartNavPanel1: TChartNavPanel