Search found 14710 matches

by Narcís
Wed Oct 14, 2015 9:43 am
Forum: VCL
Topic: DragPointTool with Polarseries and inverted axis
Replies: 1
Views: 4989

Re: DragPointTool with Polarseries and inverted axis

Hello Heinz,

Thanks for reporting. I could reproduce the problem and added it (bug #1340) to the defect list to be fixed for future releases.
by Narcís
Wed Oct 14, 2015 9:29 am
Forum: VCL
Topic: Install Error dclado210.bpl (DXE7_Starter+TeeChartStandard)
Replies: 5
Views: 9334

Re: Install Error dclado210.bpl (DXE7_Starter+TeeChartStandard)

Hi Thomas,

You should install the suitable TeeChart packages for Delphi Starter editions, another user explained the process he followed here. You should do the same at you rend.

Hope this helps!
by Narcís
Wed Oct 14, 2015 9:14 am
Forum: VCL
Topic: Axis Disappearing When Grid Lines Not Behind
Replies: 1
Views: 5002

Re: Axis Disappearing When Grid Lines Not Behind

Hi Tony,

If it works fine with a simpler example, which I confirmed here, you should try to isolate the part of your code that interferes with that. Alternatively, it would be helpful if you arranged a simple example project we can run "as-is" to reproduce the problem here.

Thanks in advance.
by Narcís
Mon Oct 05, 2015 11:12 am
Forum: .NET
Topic: Annotation Tool Change Text Color programmatically
Replies: 1
Views: 6035

Re: Annotation Tool Change Text Color programmatically

Dear Quant,

Searching for "annotation text color" with this forum board search options returns those results. Among them there's this post which should answer your question.
by Narcís
Tue Sep 22, 2015 11:10 am
Forum: VCL
Topic: TeeChart 2015.16.150901 VCL/FMX release available
Replies: 12
Views: 22632

Re: TeeChart 2015.16.150901 VCL/FMX release available

Hi Andy777,

Yes, just sent you an email with the URL to download it at your forums email address. This installer has been made available on request only.
by Narcís
Mon Sep 21, 2015 8:40 am
Forum: .NET
Topic: How to stop flickering using tChart1.Printer.Preview()
Replies: 1
Views: 5609

Re: How to stop flickering using tChart1.Printer.Preview()

Again, would you please be so kind as to post a Short, Self Contained, Correct (Compilable), Example with which we can reproduce the issue here?
by Narcís
Mon Sep 07, 2015 10:44 am
Forum: VCL
Topic: Delphi 10 Seattle
Replies: 2
Views: 6896

Re: Delphi 10 Seattle

Hi Whookie,

The version is now publicly available.
by Narcís
Mon Sep 07, 2015 10:38 am
Forum: VCL
Topic: TeeChart 2015.16.150901 VCL/FMX release available
Replies: 12
Views: 22632

TeeChart 2015.16.150901 VCL/FMX release available

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX release which adds support for RAD Studio 10 Seattle (RX/DX/CX). TeeChart VCL/FMX customers may download the version at no-charge from the customer download page . The new 2015.16 update include...
by Narcís
Mon Sep 07, 2015 10:38 am
Forum: FMX
Topic: TeeChart 2015.16.150901 VCL/FMX release available
Replies: 0
Views: 7657

TeeChart 2015.16.150901 VCL/FMX release available

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX release which adds support for RAD Studio 10 Seattle (RX/DX/CX). TeeChart VCL/FMX customers may download the version at no-charge from the customer download page . The new 2015.16 update include...
by Narcís
Tue Sep 01, 2015 8:22 am
Forum: VCL
Topic: Delphi 10 Seattle
Replies: 2
Views: 6896

Re: Delphi 10 Seattle

Hi Whookie,

We are working on preparing it. We don't expect it to take much time and it should be ready soon. Please stay tuned!
by Narcís
Fri Aug 28, 2015 11:02 am
Forum: .NET
Topic: Manage Labels Size
Replies: 2
Views: 6792

Re: Manage Labels Size

Hi PlanoResearch, Is there is any way to manage labels size automatically according to labels data. That's what automatic labels do. With custom labels you can add the code below after adding custom labels. tChart1.Panel.MarginUnits = PanelMarginUnits.Pixels; tChart1.Panel.MarginRight = tChart1.Axes...
by Narcís
Fri Aug 28, 2015 7:08 am
Forum: Wishes and ideas
Topic: Labels
Replies: 6
Views: 38448

Re: Labels

Hi Hermes,

Thanks for your feedback.

Ok, you can post more information here (English or Spanish) or sent it to info@steema.com with a reference to this thread.

Thanks again.
by Narcís
Thu Aug 27, 2015 10:40 am
Forum: .NET
Topic: Set Axis Label Value Format
Replies: 2
Views: 7232

Re: Set Axis Label Value Format

Hi PlanoResearch, That's because you are using custom axis labels and you are not setting custom axis labels strings to this desired format, you should set the desired string format in the Double.ToString method, for example: tChart1.Axes.Bottom.Labels.Items.Clear(); tChart1.Axes.Bottom.Labels.Items...
by Narcís
Thu Aug 27, 2015 7:49 am
Forum: .NET
Topic: ScrollPager tool
Replies: 13
Views: 22865

Re: ScrollPager tool

Hello, 1. Add or Delete Points From Tchart. The Location of Zoom Panel of Subchart is Changed ( to Default Location). But we want to preserve/set the last Zoom Panel location of Subchart. That's a consequence of bug #1281 . You need to save ColorBand's start and end values and set them after deletin...
by Narcís
Thu Aug 27, 2015 7:19 am
Forum: .NET
Topic: Set the interval between the Y axis scale
Replies: 1
Views: 5091

Re: Set the interval between the Y axis scale

Hi csi, I'm not sure to understand your request correctly. You'd like to have different sections in an axis with different increment values and therefore different labels and ticks. Is that correct? That being the case, the only option I can think of to achieve that is using the GetAxisLabel event, ...