Search found 132 matches

by SteveP
Tue Mar 16, 2004 2:37 pm
Forum: Wishes and ideas
Topic: Color Grid Transparency property
Replies: 3
Views: 31024

Color Grid Transparency property

Could a Transparency property be added to the ColorGrid so when there is more than one of them in 3D mode, they could be partially "see-through" and the color grids behind the front one show through. Similar to how a surface chart has transparency both to parts of its own surface behind its front po...
by SteveP
Tue Mar 16, 2004 2:33 pm
Forum: Wishes and ideas
Topic: Use both a Left and Right Custom vertical axis
Replies: 0
Views: 7818

Use both a Left and Right Custom vertical axis

Allow a line series to use both a left and right custom vertical axis in a manner similar to how it can use the normal Left and Right axis by assigning aBothVertAxis.
by SteveP
Fri Feb 13, 2004 9:48 pm
Forum: VCL
Topic: Scroll a series by dragging it
Replies: 1
Views: 6914

Scroll a series by dragging it

Axis Arrows and Axis Scroll tools allow a series to be scrolled (Line series, Left axis) on its associated axis without scrolling other series or the whole chart. Is it possible to use the mouse to click anywhere on a Line Series points (or the lines between points) and drag to scroll only that seri...
by SteveP
Thu Feb 12, 2004 7:57 pm
Forum: VCL
Topic: Can a series use both a left and right Custom Vertical Axis
Replies: 1
Views: 6673

Can a series use both a left and right Custom Vertical Axis

Can a line series be made to use both a left and right custom vertical axis in a manner similar to how it can use the normal Left and Right axis by assigning aBothVertAxis ?
by SteveP
Fri Jan 23, 2004 7:36 pm
Forum: VCL
Topic: Axes Values Format of ffGeneral FloatFormat
Replies: 1
Views: 7664

Axes Values Format of ffGeneral FloatFormat

Is there a way to have axis labels format use fixed format for values within a range around 1 and use scientific format when outside the range. Similar to Delphi's FloatToStrF function specifying ffGeneral for its TFloatFormat type. This so label values far from 1 (for example 34596783263.93457 or 0...
by SteveP
Wed Dec 17, 2003 5:04 pm
Forum: Wishes and ideas
Topic: Marks position angle property
Replies: 0
Views: 8149

Marks position angle property

Would it be possible to have a property that specifies the angle with respect to the series point that marks are drawn at ? It seems that vertical style series (line, bar) have them positioned above the series points (or below at 180 degrees by setting the arrow length as negative). Horizontal serie...
by SteveP
Wed Dec 17, 2003 4:48 pm
Forum: Wishes and ideas
Topic: Have Marks not shift axis limits ?
Replies: 0
Views: 8035

Have Marks not shift axis limits ?

Would it be possible to have a boolean property that controls whether Marks shift the axis maximum when their arrow length makes their placement go beyond the bounds of the inner chart ? It seems now that when the arrow length is increased, at some length the axis limit is automatically changed to a...
by SteveP
Thu Nov 20, 2003 5:01 pm
Forum: Wishes and ideas
Topic: Axis label justification
Replies: 2
Views: 10942

David,

What's the best way (and where to do it) to force axis lables to only be displayed at axis minimum and maximum ? I tried assigning Chart1.Axes.Bottom.Increment := Chart1.Axes.Bottom.Maximum-Chart1.Axes.Bottom.Minimum.

Thanks,

Steve
by SteveP
Wed Nov 19, 2003 2:32 pm
Forum: Wishes and ideas
Topic: Horizontal Line Series Marks position
Replies: 1
Views: 8777

Horizontal Line Series Marks position

Ability to show marks on Horizontal Line Series to the left or right of its points (like a Horiz Bar series can), instead of above its points. Since the Horiz Line series is used to show data in a left-right format, having its marks also aligned that way makes sense (to me).
by SteveP
Wed Nov 19, 2003 2:31 pm
Forum: Wishes and ideas
Topic: Axis label justification
Replies: 2
Views: 10942

Axis label justification

Justification of axis labels (left, right, center) with respect to its tic mark. With charts that are not very wide, the min and max axis labels extend beyond the chart's bounds. If the horizontal axis minimum label could be left justified and the maximum label be right justified, then they would li...
by SteveP
Mon Nov 17, 2003 3:15 pm
Forum: VCL
Topic: series1.GetVertAxis.SetMinMax with aBothVertAxis does Left
Replies: 1
Views: 9327

series1.GetVertAxis.SetMinMax with aBothVertAxis does Left

Peforming series1.GetVertAxis.SetMinMax with axis defined as aBothVertAxis only results in the left axis changing its vertical scale. The right scale remains what is had been.
by SteveP
Mon Nov 17, 2003 2:47 pm
Forum: Wishes and ideas
Topic: Zoom function - make it Snap to data point
Replies: 1
Views: 8742

Zoom function - make it Snap to data point

Could the Zoom function be made to optionally Snap to data points like the CursorTool can and show its zooming rectangle Snapped to the nearest data point when dragging the mouse ? Perhaps the Scroll function should thus also have this property ?