Search found 132 matches

by SteveP
Fri Mar 11, 2005 2:44 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 34017

Perhaps an axis property NumberOfDisplayedLabels could be implemented ? Also, I notice that the axis property Increment is a mininum value to be used. That is, sometimes the axis will display an increment that is greater than the specified Increment but is not an integer multiple of that Increment. ...
by SteveP
Tue Mar 08, 2005 4:33 pm
Forum: VCL
Topic: Axis Scroll tool causes a zoom if zoom direction is vertical
Replies: 1
Views: 4212

Axis Scroll tool causes a zoom if zoom direction is vertical

Line series with Axis Scroll tool associated with left axis and Chart Zoom Direction set to Vertical. Scrolling the left axis by dragging the axis or its tick marks downwards direction causes the chart to be zoomed as if the mouse had been draggged on the chart itself. Likewise it unzooms if scroll ...
by SteveP
Fri Mar 04, 2005 4:36 pm
Forum: VCL
Topic: Marks text with angle 90 not aligned with arrow
Replies: 5
Views: 9050

This code does not show shifted mark position until a chart repaint is done.

When zoom or pan, the mark text moves but the arrow line still does not (D7 with TChart 7.04).

After unzoom uisng mouse drag, the chart must be repainted for the marks to be repositioned to their original locations.
by SteveP
Fri Mar 04, 2005 3:30 pm
Forum: VCL
Topic: ColorGrid, high number points and zoom...
Replies: 8
Views: 12242

Earlier versions of TChart did show a blank chart after being highly zoomed. But the latest vesions (7.0X ?) do not exhibit this behavior and can be zoomed I think down to 1 x 1 data points.
by SteveP
Wed Mar 02, 2005 7:29 pm
Forum: VCL
Topic: Mark Text not persisted when assign to another chart
Replies: 1
Views: 4782

Mark Text not persisted when assign to another chart

I'm assigning a chart to another temporary invisible chart for printing from. I've changed the main chart's mark's text in OnGetMarkText. The original, not the changed text, is what is printed from the second chart. Is there a way to access the actual mark's text and assign that to the new chart ? P...
by SteveP
Wed Mar 02, 2005 3:12 pm
Forum: VCL
Topic: Marks text with angle 90 not aligned with arrow
Replies: 5
Views: 9050

Narcis, Your code overlooked including : Marks.Positions.Position .LeftTop.Y := sy; This results in individual marks being shifted by slightly different amounts for each mark. Some get aligned to the arrow line, others are not. When the chart is then zoomed, the mark text zooms correctly but the arr...
by SteveP
Tue Mar 01, 2005 8:00 pm
Forum: VCL
Topic: Marks text with angle 90 not aligned with arrow
Replies: 5
Views: 9050

Marks text with angle 90 not aligned with arrow

When Marks angle is 90 or 270 degrees so that the mark text is drawn vertically, the center of the mark text is not aligned with its arrow. The text is positioned slightly to the right. When printed, the arrow is almost at the left edge of the text. I was not able to use Series1.Marks.Positions.Posi...
by SteveP
Tue Mar 01, 2005 7:54 pm
Forum: VCL
Topic: High-Low series Marks Arrow Length and Distance no effect
Replies: 1
Views: 4020

High-Low series Marks Arrow Length and Distance no effect

The Arrow Length and Distance properties in the chart editor have no effect for High-Low series. They act as if those properties are always set to 0. Are they supposed to ?
by SteveP
Mon Feb 28, 2005 2:30 pm
Forum: VCL
Topic: Tee7New.exe error if recompile source with TEEVALUESINGLE
Replies: 5
Views: 10084

Marjan, I get error "Incompatible types: Integer and String" in the unit 'Axis_FirstLastLabels.pas' at Form.Create in the line Chart1.Axes.Bottom.OnDrawLabel:= BottomAxisDrawLabel; when recompiling TeeNew.dpr from January 21, 2004. I cannot recall where I downloaded this from to check if there is a ...
by SteveP
Thu Feb 24, 2005 3:20 pm
Forum: VCL
Topic: Tee7New.exe error if recompile source with TEEVALUESINGLE
Replies: 5
Views: 10084

Tee7New.exe error if recompile source with TEEVALUESINGLE

I get the following error when attempting to run Tee7New.exe (from TChart 7.04) after recompiling the source code for D7 (after having first installed the binary which is what installs Tee7New.exe). "The procedure entry point @Teengine@TChartSeries@AddArray$qqrpxdxi could not be located in the dynam...
by SteveP
Mon Feb 14, 2005 3:20 pm
Forum: VCL
Topic: Setting XValue of TCursorTool
Replies: 4
Views: 8041

Try Chart1.Update before your cursor positiong code.
by SteveP
Fri Jan 21, 2005 2:22 pm
Forum: VCL
Topic: Surface Series from multiple line series?
Replies: 4
Views: 9162

In the LineSeries view, can the depth of each individual line be made only 1 pixel (like if viewed in 2D) instead of being a ribbon whose width equals the spacing between each series on the depth axis ?
by SteveP
Mon Dec 20, 2004 2:18 pm
Forum: VCL
Topic: DrawAllPoints false does not plot narrow data spikes
Replies: 3
Views: 7520

The link provided in my original question says the behavior is different from the Help you quote: "...group the points with the same x screen pixel coordinate and replace them with two points (group minimum and maximum values). The end result will visually be the same as drawing all the points in th...
by SteveP
Fri Dec 17, 2004 2:19 pm
Forum: VCL
Topic: DrawAllPoints false does not plot narrow data spikes
Replies: 3
Views: 7520

DrawAllPoints false does not plot narrow data spikes

Setting DrawAllPoints false produces plots that often do not display data points that are narrow spikes in FastLineSeries. For example, generate 20,000 points of random values as in Y[0]:=Random(10000); for t := 1 to Num-1 do Y[t]:=Y[t-1]+Random(101)-50; which is the data function found in the "Real...
by SteveP
Wed Dec 15, 2004 8:04 pm
Forum: VCL
Topic: TeeRecompile 7.01 deletes entire \Delphi\Bin contents
Replies: 11
Views: 19157

The latest TeeRecompile dated 12/014/2004 with TChart 7.02 has been fixed to not erase these folder contents.