Search found 18 matches

by Heinz
Wed Oct 20, 2010 9:42 am
Forum: VCL
Topic: DrawAxisLabel - Formatting
Replies: 2
Views: 3572

Re: DrawAxisLabel - Formatting

Hello Yeray,

that was the missing link.

Many thanks and best regards

Heinz
by Heinz
Tue Oct 19, 2010 3:25 pm
Forum: VCL
Topic: DrawAxisLabel - Formatting
Replies: 2
Views: 3572

DrawAxisLabel - Formatting

Hi, I draw additional labels to the bottom axis using BottomAxis.DrawAxisLabel. The attached picture shows the labels 200 and 500 added. drawaxislabel.JPG Now I want the custom labels to get the same format as the default labels from the bottom axis. How can I set the properties for the custom label...
by Heinz
Thu Sep 09, 2010 11:31 am
Forum: VCL
Topic: WaterfallSeries - Inverted Depth Axis
Replies: 6
Views: 5446

Re: WaterfallSeries - Inverted Depth Axis

Hi Yeray, I did a countercheck: I only put a TChart-component onto a form, created a Waterfall-series and filled it with random values. And it works - even with 8.04 and Delphi7 ! Then I exported the tee-file ( the attached file: WFTest.tee) and opened it with TeeChart-Office 3.0. Now I changed the ...
by Heinz
Mon Sep 06, 2010 11:06 am
Forum: VCL
Topic: WaterfallSeries - Inverted Depth Axis
Replies: 6
Views: 5446

Re: WaterfallSeries - Inverted Depth Axis

Hi Yeray,

I tried it with 8.07 and it seems to behave the same.

Best regards

Heinz
by Heinz
Mon Aug 23, 2010 8:33 am
Forum: VCL
Topic: Region Tool
Replies: 2
Views: 3318

Region Tool

Hi,

using the Region Tool with LineSeries works well, but when switching to LineMode Stairs the area under the line is not filled correctly:
Region Tool.JPG
Region Tool.JPG (77.8 KiB) Viewed 3468 times

Best regards

Heinz
by Heinz
Mon Aug 23, 2010 8:01 am
Forum: VCL
Topic: WaterfallSeries - Inverted Depth Axis
Replies: 6
Views: 5446

WaterfallSeries - Inverted Depth Axis

Hi,

using WaterfallSeries and setting the property Inverted for the Depth Axis results in a steady access violation.

Any suggestion to fix the problem?

Best regards

Heinz

P.S.: I'm working with version 8.04
by Heinz
Mon Jan 25, 2010 12:33 pm
Forum: VCL
Topic: Clipping of LineSeries
Replies: 4
Views: 4217

Re: Clipping of LineSeries

Hi Narcis & Yeray,

many thanks for your answers.
In the meantime I also found a workaround by setting the valuecolor-property for these points to clNone.

Best regards

Heinz
by Heinz
Mon Jan 25, 2010 11:20 am
Forum: VCL
Topic: Clipping of LineSeries
Replies: 4
Views: 4217

Clipping of LineSeries

Hi,

having LineSeries the datapoints with Y-values lower than LeftAxis.Minimum are not shown:
2D.JPG
2D.JPG (25.95 KiB) Viewed 4326 times

But switching to 3D-view the datapoints with Y-values lower than LeftAxis.Minimum are visible:
3D.JPG
3D.JPG (48.84 KiB) Viewed 4317 times
Is there a possibility to make these points unvisible in 3D-view?

Best regards
by Heinz
Mon Jan 11, 2010 10:13 am
Forum: VCL
Topic: LineSeries for complex datas
Replies: 4
Views: 5315

Re: LineSeries for complex datas

Hi Narcis,

many thanks and best regards
by Heinz
Wed Jan 06, 2010 4:23 pm
Forum: VCL
Topic: LineSeries for complex datas
Replies: 4
Views: 5315

Re: LineSeries for complex datas

Hi Yeray, I attached two pictures to show what the intention is. The same result can be achieved by using two independend lineseries for amplitude and phase. But having many pairs of complex datas or mixed datas ("normal" data = 1 series / complex = 2 series) you have always to know which two series...
by Heinz
Tue Jan 05, 2010 12:52 pm
Forum: VCL
Topic: LineSeries for complex datas
Replies: 4
Views: 5315

LineSeries for complex datas

Hi, many data series do have complex values, means they are determined by common x-values and two y-properties: Magnitude and Phase or Real- and Imaginary-part. For now you have to use two independend series, one for magnitude and one for the phase. One series assigned to the left axis and one to th...
by Heinz
Mon Dec 28, 2009 5:16 pm
Forum: VCL
Topic: TMyPointSeries - Only with vertical lines?
Replies: 1
Views: 2570

TMyPointSeries - Only with vertical lines?

Hi,

MyPoint series draws a vertical and horizontal line from the axes to each series point.
Is it possible to draw this series only with the vertical lines shown(= hide the horizontal lines)?

Thanks and best regards
by Heinz
Thu Apr 09, 2009 11:58 am
Forum: VCL
Topic: PNG-Export - Compression level
Replies: 2
Views: 3095

Hi Narcis, many thanks for checking this item and confirming that it works well. But even for charts with many series and many different colors the difference between the compression levels is very small. So in most cases there is no advantage for the user to take a higher compression level. Best re...
by Heinz
Thu Apr 02, 2009 3:00 pm
Forum: VCL
Topic: PNG-Export - Compression level
Replies: 2
Views: 3095

PNG-Export - Compression level

Hi,

using the PNG-Export function there is no difference in the quality of the image and in the filesize between compression level 0 and compression level 9.

I presume this is not intended?


Best regards

Heinz
by Heinz
Thu Mar 05, 2009 3:39 pm
Forum: VCL
Topic: Drag Point Tool and Polar Series
Replies: 1
Views: 2878

Drag Point Tool and Polar Series

Hi,

having a TPolarSeries and using the DragPoint-tool with DragStyle = dsY the dragged point moves in the opposite direction as the mouse is moved.
For example moving the mouse to the center of the chart the point moves to the outside.

Can this behaviour be changed?

Thanks and best regards