Search found 14 matches

by FP
Fri Nov 26, 2004 10:00 pm
Forum: VCL
Topic: Using ExactDateTime = True on Week increment doesn't work
Replies: 5
Views: 11946

Ran the code again... I get labels on 2004-11-02, 2004-11-09, 2004-11-16, 2004-11-23, 2004-11-30. You are right that is seven days inbetween, but that is tuesdays. I would like the labels to to display on mondays (or whatever days is set to be first day of week). If I set the increment to be a month...
by FP
Fri Nov 26, 2004 9:48 pm
Forum: VCL
Topic: Using ExactDateTime = True on Week increment doesn't work
Replies: 5
Views: 11946

Sorry about that. An honest mistake.
by FP
Fri Nov 26, 2004 1:38 pm
Forum: VCL
Topic: Using ExactDateTime = True on Week increment doesn't work
Replies: 5
Views: 11946

Using ExactDateTime = True on Week increment doesn't work

Hi, When using ExactDateTime = True on an axis and the incement is a week the labels displayed doesnt fall on "exact weeks". TChart1.AddSeries scLine TChart1.Series(0).AddXY #11/1/2004#, 1, "", 0 TChart1.Series(0).AddXY #11/8/2004#, 2, "", 0 TChart1.Series(0).AddXY #11/15/2004 2:00:00 AM#, 4, "", 0 ...
by FP
Tue Jun 29, 2004 7:42 am
Forum: ActiveX
Topic: Version 6 & 7
Replies: 1
Views: 4936

Version 6 & 7

Will version 6 & 7 coexist well on on machine.

Are version 7 even backwards compatible?

Is there a what's new for version 7 somewhere?

/ F
by FP
Mon Jun 14, 2004 6:52 pm
Forum: ActiveX
Topic: Keyboard State
Replies: 4
Views: 9144

Right

I accept your anwser Chris, altough I think it is strange that a parameter/enum specified that way (Shift = 1, Alt = 2, Ctrl = 4) doesn't give as much info as possible. In the mouseevents holding down Shift passes ssShift, holding down Alt passes ssAlt and holding down Shift+Alt passes ssShift. Stil...
by FP
Mon Jun 14, 2004 12:08 pm
Forum: ActiveX
Topic: Keyboard State
Replies: 4
Views: 9144

Correct

Chris, You're right, your code works, however, the code below doesn't work as I expect. Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Long) As Integer Private Sub TChart1_OnMouseDown(ByVal Button As TeeChart.EMouseButton, ByVal Shift As TeeChart.EShiftState, ByVal X As Lo...
by FP
Wed Jun 09, 2004 1:16 pm
Forum: ActiveX
Topic: Keyboard State
Replies: 4
Views: 9144

Keyboard State

The MousePressed Event seems to pass incorrect values for the Shift Parameter If combinations of Shift & Ctrl are pressed only one of them are passed. Is this by design or a small bug? The Enum (EShift.. something) seems to suggest that the shift and Ctrl key could be sent at once. I haven't tested ...
by FP
Tue Jun 08, 2004 8:07 am
Forum: ActiveX
Topic: CalcIncrement
Replies: 3
Views: 8283

Calling Internalrepaint in the eventhandlers for the chart seems to make it (the chart) crash quite unpredictably.

Even if the chart would not crash, do you have a good method to avoid infinite recursion if you call InternalRepaint from an eventhandler?
by FP
Mon Jun 07, 2004 4:12 pm
Forum: ActiveX
Topic: IAxisLabels.Width & IAxisLabels.MaxWidth
Replies: 1
Views: 4975

IAxisLabels.Width & IAxisLabels.MaxWidth

Hi,

IAxisLabels.Width & IAxisLabels.MaxWidth doesn't seem to return correct values when the labels are overridden with the OnGetAxisLabel event.

/ Fredrik
by FP
Mon Jun 07, 2004 4:08 pm
Forum: ActiveX
Topic: OnMouseEnterSeries and Null values
Replies: 1
Views: 5117

OnMouseEnterSeries and Null values

Hi,

After adding null values to series I still get OnMouseEnterSeries for the series in the point where the null value is added.

I've seen topics with similar problems and null values.

This behaviour isn't correct is it?

/ Fredrik
by FP
Mon Jun 07, 2004 4:05 pm
Forum: ActiveX
Topic: CalcIncrement
Replies: 3
Views: 8283

CalcIncrement

Hi, I'm just wondering when the CalcIncrement method is supposed to return reliable results. As far as I've seen values aren't good and steady until when _OnAfterDraw fires. In events that fire before this event CalcIncrement returns diffrent values. Is there any way to get a reliable measurement fo...
by FP
Mon May 24, 2004 11:14 am
Forum: ActiveX
Topic: Axis Label is overlapping Axis Title
Replies: 2
Views: 7899

Axis Labels Size

Will there be a solution to the "axis labels overlapping axis title" problem? My labels more or less always overlap the axis title when axis values are large or when using the OnGetAxisLabel event to override axis labels (using axis.labels.width=0) If the automatic width of the labels where calculat...
by FP
Fri May 21, 2004 7:23 am
Forum: ActiveX
Topic: Possible bugs: Custom labels in axis
Replies: 3
Views: 8297

V7

Is there really a "TeeChart Pro AX v7"?

Confused...
by FP
Thu May 20, 2004 9:49 pm
Forum: ActiveX
Topic: ITeeListBox.SelectedSeries and multi select
Replies: 1
Views: 5286

ITeeListBox.SelectedSeries and multi select

Hi,

Since it's possible to select several series in the TeeListBox using the CTRL-key, is it possible to detrmined what series are selected if multiple?

/ Fredrik