Search found 75 matches
- Fri Oct 06, 2006 2:31 pm
- Forum: ActiveX
- Topic: not able to set right axis using the following code
- Replies: 1
- Views: 3599
not able to set right axis using the following code
enclosing 2 files t1.tee & t2.tee t2.tee is the base file in which 4 series are created of each bar type # when i executed the below code i am getting t1 file .. ( which is nothing 2 graph types shown with 2 different axis but only axis is shown ,right axis is not been able to set ... ) the same cod...
- Wed Oct 04, 2006 3:14 pm
- Forum: ActiveX
- Topic: Is there any way to set the part sub heading to bold
- Replies: 1
- Views: 3466
Is there any way to set the part sub heading to bold
i want to set a part of the sub heading to be bold.. i.e.
Year :2001,2002,2003 Facts: Volume
i want to set year and facts to be bold and 2001,2002,2003,volume on the normal style
Year :2001,2002,2003 Facts: Volume
i want to set year and facts to be bold and 2001,2002,2003,volume on the normal style
- Fri Sep 29, 2006 10:32 am
- Forum: ActiveX
- Topic: How to reduce the gaps between the bars .
- Replies: 1
- Views: 3541
How to reduce the gaps between the bars .
i have posted a sample tee graph, i want to reduce the gap between bars drawn, how can i do that ... is that any thing to do with bottom axis ...
i need to have one afterthe next bar with out any gap ,advise me
i need to have one afterthe next bar with out any gap ,advise me
- Thu Sep 28, 2006 2:57 pm
- Forum: ActiveX
- Topic: how can i adjust width of the bar with respect to each serie
- Replies: 16
- Views: 19992
thx , however there is a gap between a,b, c bars
thx for the sample , how can i reduce the gap between the a,b,c bars ... is there way to reduce the marigins betweent them .... because the chart has to be drawn with out the gap between the bars
- Thu Sep 28, 2006 2:48 pm
- Forum: ActiveX
- Topic: how can i adjust width of the bar with respect to each serie
- Replies: 16
- Views: 19992
I Cannot able to find it could you pls send me to this email
I Cannot able to find it could you pls send me to this email asreenivasan@dtc-worldwide.com
- Thu Sep 28, 2006 11:58 am
- Forum: ActiveX
- Topic: how can i adjust width of the bar with respect to each serie
- Replies: 16
- Views: 19992
still having problems with barwidth for mulitple series
i have enclosed a sample chart in xls file need to draw this chart .. in the x-axis i have plotted a.b.c with 5 series ... i need to have for a bar width for all 5 series should be 77.7 for b it is 16.8 and for c it should be 5.4 ( i.e. for a i should give 70% width , b 16 % width and c 5% width) bu...
- Thu Sep 28, 2006 10:36 am
- Forum: ActiveX
- Topic: HOW TO set the SELECTED MARKS VISIBLE TRUE/FALSE
- Replies: 1
- Views: 3453
HOW TO set the SELECTED MARKS VISIBLE TRUE/FALSE
HOW TO set the SELECTED MARKS VISIBLE TRUE/FALSE
( in a series i want to set first 3 marks to true , next 2 marks to false , final marks to true )
( in a series i want to set first 3 marks to true , next 2 marks to false , final marks to true )
- Wed Sep 27, 2006 8:59 am
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
i have posted the vb sample prg along with test.tee file in this tee file i have multiple series . once the form is loaded ,click on the move marks which will move the marks to the position to y=100 and then click on fix marks( code which is given to me for moving mark arrow ).... you can see the ma...
- Mon Sep 25, 2006 12:11 pm
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
- Mon Sep 25, 2006 12:09 pm
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
- Mon Sep 25, 2006 11:33 am
- Forum: ActiveX
- Topic: how can i adjust width of the bar with respect to each serie
- Replies: 16
- Views: 19992
- Mon Sep 25, 2006 11:00 am
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
and also when i move the marks how to move the marks associ
version 7.0.8 is working but marks are moved to 100,100 but the lines pointing from bar to marks are not moved , just the marks moved , linesconnected to bar to the marks does not moved ...? how can i move those lines ...
- Mon Sep 25, 2006 10:57 am
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
- Mon Sep 25, 2006 10:43 am
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
version 7.0.07
version 7.0.07
- Mon Sep 25, 2006 10:28 am
- Forum: ActiveX
- Topic: error occured while moving marks manually
- Replies: 15
- Views: 21105
error occured while moving marks manually
enclosing error image while moving marks and this code i used to move TeeCommander1.Chart = TChart1 For i = 0 To TChart1.SeriesCount - 1 For J = 0 To TChart1.Series(i).count - 1 TChart1.Environment.InternalRepaint TChart1.Series(i).marks.Positions.POSITION(J).custom = True TChart1.Series(i).marks.Po...