home *** CD-ROM | disk | FTP | other *** search
- object CandleWeekForm: TCandleWeekForm
- Left = 106
- Top = 101
- Width = 549
- Height = 387
- Caption = 'TeeChart Pro -- Example project using Candle Series'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 8
- Top = 8
- Width = 521
- Height = 241
- BackWall.Brush.Color = clWhite
- BackWall.Color = clWhite
- Title.Font.Color = clBlue
- Title.Font.Height = -16
- Title.Font.Name = 'Arial'
- Title.Font.Style = []
- Title.Text.Strings = (
- 'TChart')
- Title.Visible = False
- BackColor = clWhite
- BottomAxis.EndPosition = 100.000000000000000000
- Chart3DPercent = 7
- LeftAxis.EndPosition = 100.000000000000000000
- Legend.Visible = False
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- OnGetAxisLabel = Chart1GetAxisLabel
- TabOrder = 0
- object Series1: TCandleSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- BeforeDrawValues = Series1BeforeDrawValues
- CloseValues.DateTime = False
- CloseValues.Name = 'Close'
- CloseValues.Multiplier = 1.000000000000000000
- CloseValues.Order = loNone
- DateValues.DateTime = True
- DateValues.Name = 'Date'
- DateValues.Multiplier = 1.000000000000000000
- DateValues.Order = loAscending
- HighValues.DateTime = False
- HighValues.Name = 'High'
- HighValues.Multiplier = 1.000000000000000000
- HighValues.Order = loNone
- LowValues.DateTime = False
- LowValues.Name = 'Low'
- LowValues.Multiplier = 1.000000000000000000
- LowValues.Order = loNone
- OpenValues.DateTime = False
- OpenValues.Name = 'Open'
- OpenValues.Multiplier = 1.000000000000000000
- OpenValues.Order = loNone
- Draw3D = True
- DownCloseColor = 16777088
- UpCloseColor = 8454143
- end
- end
- object Button1: TButton
- Left = 456
- Top = 328
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = Button1Click
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 256
- Width = 241
- Height = 97
- Caption = 'Date format:'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Day of week'
- 'Day of week num.'
- 'Day of month'
- 'dd-mm-yy'
- 'mmm-dd')
- TabOrder = 2
- OnClick = RadioGroup1Click
- end
- object Memo1: TMemo
- Left = 264
- Top = 256
- Width = 65
- Height = 97
- Lines.Strings = (
- 'Memo1')
- TabOrder = 3
- end
- end
-