Search found 17 matches

by Ninj
Tue Jul 26, 2005 8:31 am
Forum: ActiveX
Topic: Is Tchart supported by different OS/office versions?
Replies: 1
Views: 3859

please disregard this post... i think i already found the problem..

thanks
by Ninj
Mon Jul 25, 2005 9:40 am
Forum: ActiveX
Topic: Is Tchart supported by different OS/office versions?
Replies: 1
Views: 3859

Is Tchart supported by different OS/office versions?

Hi Support, Is Tchart supported by different OS/office versions? Im just wondering because i have several reported issues regarding this especially those who are using French and German version of OS & Office. I developed the system in English version (both OS and Office) and tchart works fine with ...
by Ninj
Tue Jun 21, 2005 10:12 am
Forum: ActiveX
Topic: DragPoint Event
Replies: 1
Views: 3876

DragPoint Event

Hi Support,

Is there any event fired when using DragPoint tool? My version is 6.0.0.5.

Your assistance is greatly appreciated.
by Ninj
Tue Jun 21, 2005 8:02 am
Forum: ActiveX
Topic: Skip chart event
Replies: 3
Views: 5733

Did your suggestion but still doesnt work :( any other idea?
by Ninj
Fri Jun 03, 2005 3:47 am
Forum: ActiveX
Topic: Skip chart event
Replies: 3
Views: 5733

Skip chart event

Is there a way on which i can skip an event of the chart? Because i noticed that even after i close my form, events onGetSeriesMark, onAfterDraw, onGetAxisLabel, etc are still fired.

I am using ms access and Tchart V6.0.0.5.

Thanks for the help in advance.
by Ninj
Tue May 24, 2005 7:41 am
Forum: ActiveX
Topic: Bottom labels disappear where series0 is invisible
Replies: 1
Views: 3805

Bottom labels disappear where series0 is invisible

Hi,

I have a stacked bar with 10 series. If I hide series0, labels at the bottom also disappear. It is a bug or am i just missing something? Please help.

Regards.
by Ninj
Mon Jul 26, 2004 9:31 am
Forum: ActiveX
Topic: Left Axis Labels
Replies: 2
Views: 5482

Hi,

Thanks for the prompt reply.

Nina
by Ninj
Mon Jul 26, 2004 8:44 am
Forum: ActiveX
Topic: Left Axis Labels
Replies: 2
Views: 5482

Left Axis Labels

Hi, I have been trying to format the label of the left axis, i.e. from 25,000,000 to 25M, 3500 to 3.5K. My goal is to maximize the space in the chart. I am able to do this through the OnGetAxisLabel event. However, after the labels are formatted, the width of the label does not change which defies t...
by Ninj
Thu Jul 15, 2004 2:24 am
Forum: ActiveX
Topic: Change the legend string
Replies: 1
Views: 4594

Change the legend string

Hi, I have been trying to change the legend string through this code: TChart1.Series(iCurrSeries).LegendString(iCurrSeries, 0) = strSeriesLabel However, I always get this error: Property let procedure not defined and property get procedure did not return an object. How can I change the Legend string...
by Ninj
Mon Jul 12, 2004 8:27 am
Forum: ActiveX
Topic: Chart width
Replies: 1
Views: 4465

Chart width

Hi, I have been trying to coordinate the width of two charts. Chart A have the legend on, while Chart B don't. I need to change the width of Chart B so that it will look like both Chart A and B have the same width, but without the legend(for chart B). I have been trying to resize Chart B through thi...
by Ninj
Thu Jul 08, 2004 9:23 am
Forum: ActiveX
Topic: Mouse wheel scroll - a bug?
Replies: 4
Views: 9134

Hi,

Thanks very much for the help. :)

Nina
by Ninj
Thu Jul 08, 2004 4:05 am
Forum: ActiveX
Topic: Mouse wheel scroll - a bug?
Replies: 4
Views: 9134

Mouse wheel scroll - a bug?

Hi, Is this a bug or am I forgetting to set something else here? Even if I set the chart scroll to none, I am still able to vertically scroll the chart through the mouse wheel. I even tried it through code (Tchart.Scroll.Enable = pmNone), but still the chart scrolls vertically through the mouse whee...
by Ninj
Mon Jun 28, 2004 3:21 am
Forum: ActiveX
Topic: OnAfterDraw event
Replies: 1
Views: 4444

OnAfterDraw event

Hi, I have created a form with about 4 charts. Each chart goes through a common OnAfterDraw event where I draw custom drawings on the chart. Btw, I am using VBA in MS Access. Right now, I am still in the development stage and testing stage. I noticed that if I directly open the form(meaning, while t...
by Ninj
Mon Jun 28, 2004 1:54 am
Forum: ActiveX
Topic: TeeChart Help File
Replies: 6
Views: 11095

Hi, Under the TeeCommander help item, there is a property named Components which seems to be derived from the TComponent. So, when I select this, I get the message about missing help links. I'm actually, trying to see if there is any way I can add a custom button in the TeeCommander. For example, on...
by Ninj
Tue Jun 22, 2004 2:54 am
Forum: ActiveX
Topic: Custom Buttons in TeeCommander
Replies: 1
Views: 4430

Custom Buttons in TeeCommander

Hi,

Is it possible to add customized buttons in the TeeCommander? If yes, can you just give me an idea how to do this.

Thanks