TickerAddNew Method (CoMLCharGenClass)
description of ticker
X axis position
Y axis position
width
height
indicates whether position is relative
1 to show an item, 0 to hide the one
item ID
adds new ticker item
Syntax
Public Overridable Sub TickerAddNew( _
   ByVal _bsItemTypeOrXMLDesc As String, _
   ByVal _dblPosX As Double, _
   ByVal _dblPosY As Double, _
   ByVal _dblSizeX As Double, _
   ByVal _dblSizeY As Double, _
   ByVal _bRelativePos As Integer, _
   ByVal _bShow As Integer, _
   ByRef _pbsTickerID As String _
) 

Parameters

_bsItemTypeOrXMLDesc
description of ticker
_dblPosX
X axis position
_dblPosY
Y axis position
_dblSizeX
width
_dblSizeY
height
_bRelativePos
indicates whether position is relative
_bShow
1 to show an item, 0 to hide the one
_pbsTickerID
item ID
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members