Home > Software engineering >  Ask for help, teechart k line
Ask for help, teechart k line

Time:09-28

Ask for help,
Private Sub Form_Load ()
TChart1. Aspect. View3D=0
TChart1. AddSeries scCandle

With TChart1. Series (0). AsCandle
. AddCandle DateValue (" 2/11/97 "), 120, 135, 112, 115 'open, high, low, close
. AddCandle DateValue (" 3/11/97 "), 115, 125, 102, 121
End With
End Sub

Time parameters of the statement is not adjacent to k line in the middle produced a lot of blank,
But the actual situation of non-adjacent situation there will be a lot of time parameters, how to eliminate the k line in the middle of the blank
?In addition, how to minutes, furthermore how to customize the k line color, how to set up the first monthly also revealed the grid raster lines
o

CodePudding user response:

To use special drawing K line control.

CodePudding user response:

Or double-click on the teechart controls, when the design into the property page, set the related parameters,
  • Related