?? unit1.dfm
字號:
object Form1: TForm1
Left = 257
Top = 108
Width = 367
Height = 243
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Chart1: TChart
Left = 32
Top = 16
Width = 297
Height = 169
Title.Text.Strings = (
'TChart')
CustomAxes = <
item
Horizontal = False
OtherSide = False
end>
TabOrder = 0
PrintMargins = (
15
22
15
22)
object Series1: TBarSeries
ColorEachPoint = True
Marks.Callout.Brush.Color = clBlack
Marks.Callout.Length = 0
Marks.Frame.Visible = False
Marks.Transparent = True
Marks.Visible = False
Gradient.Direction = gdTopBottom
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Bar'
YValues.Order = loNone
end
object Series2: TBubbleSeries
Marks.Callout.Brush.Color = clBlack
Marks.Frame.Visible = False
Marks.Transparent = True
Marks.Visible = False
PercentFormat = '##0,## %'
ClickableLine = False
Pointer.HorizSize = 16
Pointer.InflateMargins = False
Pointer.Style = psCircle
Pointer.VertSize = 16
Pointer.Visible = True
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Y'
YValues.Order = loNone
RadiusValues.Name = 'Radius'
RadiusValues.Order = loNone
end
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -