Search found 7 matches
- Tue Jan 11, 2005 7:20 am
- Forum: ActiveX
- Topic: ASP and IrregularGrid problem.
- Replies: 1
- Views: 4005
ASP and IrregularGrid problem.
Hi, I'm using teechart6 in asp page and trying to make my colorgrid to show as irregular grid. I can make this work just fine in Visual Basic, but it doesn't seem to work in asp. Chart1.Panel.Gradient.Visible=True Chart1.Series(0).asColorGrid.irregularGrid=true Chart1.Series(0).asColorGrid.Pen.Visib...
- Wed Dec 15, 2004 10:58 am
- Forum: ActiveX
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 18005
- Mon Dec 13, 2004 1:53 pm
- Forum: ActiveX
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 18005
Hello again. It's ok to me to use plain DragDrop method. But still I want nice and clean visualizing of one item drag from listbox into teechart. It's soo ugly to drag and drop gray frame of the listbox... Does anyone know a trick/workaround/something to hide drag frame from listbox and change mous...
- Mon Dec 13, 2004 7:22 am
- Forum: ActiveX
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 18005
Hello again. It's ok to me to use plain DragDrop method. But still I want nice and clean visualizing of one item drag from listbox into teechart. It's soo ugly to drag and drop gray frame of the listbox... Does anyone know a trick/workaround/something to hide drag frame from listbox and change mouse...
- Fri Dec 10, 2004 1:02 pm
- Forum: ActiveX
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 18005
- Tue Dec 07, 2004 12:42 pm
- Forum: ActiveX
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 18005
It works but...
Thanks for the example. It does exactly what I want but there's one "cosmetical" issue: When I start to drag selected item a gray frame of the listbox seems to be dragged not selected item. It does not look good if I want visualize one item to be dragged from the listbox into TeeChart. Is it possibl...
- Thu Dec 02, 2004 2:37 pm
- Forum: ActiveX
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 18005
Drag and drop selected item from listbox into TeeChart
Hello! Could someone provide me an example how to drag and drop one selected item from ListBox onto TeeChart. It seems that TeeChart does not support OLEDragDrop method and OnDragDrop is triggered only if I drop the ListBox itself onto TeeChart. And that's not I want. My need is drop only selected i...