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 Width = 463
AxisList = < AxisList = <
item item
Minors = <>
Title.LabelFont.Orientation = 900 Title.LabelFont.Orientation = 900
end end
item item
Alignment = calBottom Alignment = calBottom
Minors = <>
end> end>
Foot.Brush.Color = clBtnFace Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue Foot.Font.Color = clBlue
@ -92,7 +94,7 @@ object Form1: TForm1
Height = 31 Height = 31
Top = 4 Top = 4
Width = 245 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 TabOrder = 0
end end
object ChartNavPanel1: TChartNavPanel object ChartNavPanel1: TChartNavPanel