Search found 26 matches
- Thu Feb 25, 2016 5:12 am
- Forum: VCL
- Topic: How to use custom labels in TpolarSeries?
- Replies: 7
- Views: 9546
Re: How to use custom labels in TpolarSeries?
It seems that the labels arrangement on the BottomAxis not only relate to the BottomAxis component properties, but also relate to the CircleLabels properties. Sometimes, changing GetVertAxis.Increment or LabelsFont.Size do not get satisfied results. Generally, we expect to arrange the labels on the ...
- Wed Feb 24, 2016 7:45 am
- Forum: VCL
- Topic: How to use custom labels in TpolarSeries?
- Replies: 7
- Views: 9546
Re: How to use custom labels in TpolarSeries?
How to display Axis Labels at every Ticks?
Although I change the Label’s style and margins as far as possible, the Axis Labels do not display as crowded as expected (they are too sparse or few).
Although I change the Label’s style and margins as far as possible, the Axis Labels do not display as crowded as expected (they are too sparse or few).
- Tue Feb 16, 2016 7:11 am
- Forum: VCL
- Topic: Keep the chart in 2D view when moving or rotating.
- Replies: 10
- Views: 13449
Re: Keep the chart in 2D view when moving or rotating.
Using TPolarSeries, it seems that the four axes (RightAxis, LeftAxis, TopAxis and BottomAxis) do not intersect the same point at the center, although I use the following codes to make the chart show in 2D view. with Chart1 do begin View3D := false; View3DWalls := false; Chart3DPercent := 0; Aspect.R...
- Wed Feb 10, 2016 10:56 pm
- Forum: VCL
- Topic: TCursorTool’s Callout and InterpolateLine
- Replies: 3
- Views: 6205
Re: TCursorTool’s Callout and InterpolateLine
There is a horizontal or vertical line based on the selection of the RadioGroup, and this line intersects each curve at an interpolating point. The line and interpolating points move as the mouse moves. 1. Without using other tools, such as annotation, how to use TCursorTool’s own properties to show...
- Wed Feb 03, 2016 10:55 am
- Forum: VCL
- Topic: TCursorTool’s Callout and InterpolateLine
- Replies: 3
- Views: 6205
TCursorTool’s Callout and InterpolateLine
Based on the example of Line_Interpolate in TeeChart 2015 Pro VCL, there are two questions. 1. How to use TCursorTool’s Callout at runtime? 2. For Series with custom axes, the Interpolated Points and the Horizontal or Vertical InterpolateLine are mismatching (see the attached file) when using TCurso...
- Sat Jan 30, 2016 4:36 am
- Forum: VCL
- Topic: How to fill the circle area with a picture for TPolarChart?
- Replies: 7
- Views: 10065
Re: How to fill the circle area with a picture for TPolarChart?
Yes, it works to load a Picture. But, how to change the Gradient of THE CIRCLE AREA? Thanks.
- Sat Jan 30, 2016 1:36 am
- Forum: VCL
- Topic: Keep the chart in 2D view when moving or rotating.
- Replies: 10
- Views: 13449
Re: Keep the chart in 2D view when moving or rotating.
Please press move or zoom button to test.
- Fri Jan 29, 2016 8:46 am
- Forum: VCL
- Topic: TEdit.OnEnter ceases to be effective
- Replies: 1
- Views: 4093
TEdit.OnEnter ceases to be effective
TEdit.OnEnter ceases to be effective. How to make it effect?
- Fri Jan 29, 2016 7:45 am
- Forum: VCL
- Topic: Locate the nearest point in TPoint3DSeries
- Replies: 3
- Views: 6079
Re: Locate the nearest point in TPoint3DSeries
While mouse moving, I want to re-position annotation callout. But a Series only has CalcXPos and CalcYPos, no CalcZPos, how to get ZPosition? And how to set a 3D cursor following on the Series? Please find the attached files.
- Fri Jan 29, 2016 5:43 am
- Forum: VCL
- Topic: How to fill the circle area with a picture for TPolarChart?
- Replies: 7
- Views: 10065
Re: How to fill the circle area with a picture for TPolarChart?
“Fill” is to fill Gradient or Picture.
“Inside” is to fill Gradient or Picture in THE CIRCLE AREA, Otherwise to fill THE CHART PANEL.
When “Inside” checked, it does not work as I expected. Would you like to test and correct it for me?
Best regards
“Inside” is to fill Gradient or Picture in THE CIRCLE AREA, Otherwise to fill THE CHART PANEL.
When “Inside” checked, it does not work as I expected. Would you like to test and correct it for me?
Best regards
- Fri Jan 29, 2016 2:49 am
- Forum: VCL
- Topic: Keep the chart in 2D view when moving or rotating.
- Replies: 10
- Views: 13449
Re: Keep the chart in 2D view when moving or rotating.
Using the first approach, and the FormCreate procedure as follows: procedure Tform1.FormCreate(Sender: TObject); begin with Chart1 do begin View3D := false; View3DWalls := false; Chart3DPercent := 0; View3DOptions.Rotation := 0; View3DOptions.Elevation := 360; View3DOptions.Perspective := 0; end; en...
- Thu Jan 28, 2016 9:29 am
- Forum: VCL
- Topic: Locate the nearest point in TPoint3DSeries
- Replies: 3
- Views: 6079
Locate the nearest point in TPoint3DSeries
For TPoint3DSeries, how to locate the nearest point following mouse and use annotation callout to show its coordinates?
- Thu Jan 28, 2016 2:49 am
- Forum: VCL
- Topic: Make three axis "isometric" in TPoint3DSeries
- Replies: 2
- Views: 5295
Re: Make three axis "isometric" in TPoint3DSeries
I have found the solution you posted at the active section in VB codes. Thanks anyway.
- Thu Jan 28, 2016 1:56 am
- Forum: VCL
- Topic: Make three axis "isometric" in TPoint3DSeries
- Replies: 2
- Views: 5295
Make three axis "isometric" in TPoint3DSeries
In TPoint3DSeries, how to set same scales for the three axis?
- Thu Jan 28, 2016 1:25 am
- Forum: VCL
- Topic: Keep the chart in 2D view when moving or rotating.
- Replies: 10
- Views: 13449
Re: Keep the chart in 2D view when moving or rotating.
Using TeeCommander to move, rotate or zoom, the chart properties (such as series color) change.