Search found 129 matches

by elmec
Thu May 22, 2014 1:02 pm
Forum: FMX
Topic: cannt change the color of marks
Replies: 6
Views: 15013

Re: cannt change the color of marks

Thank you.
I meant the label..and I used the TFastLineSeries...
SO I will change to TLineSeries and try again.
by elmec
Thu May 22, 2014 4:34 am
Forum: FMX
Topic: cannt change the color of marks
Replies: 6
Views: 15013

Re: cannt change the color of marks

changcolor.jpg
changcolor.jpg (37.18 KiB) Viewed 15193 times
by elmec
Thu May 22, 2014 4:34 am
Forum: FMX
Topic: cannt change the color of marks
Replies: 6
Views: 15013

cannt change the color of marks

The color cannt be changed by the following code. BTW, I am using the newest Teechart(2014) for C++Builder XE4 Firemonkey HD APP. //--------------------------------------------------------------------------- #include <fmx.h> #pragma hdrstop #include <iostream> #include <string> #include "Unit12.h" /...
by elmec
Wed May 07, 2014 4:13 am
Forum: VCL
Topic: How to add NULL array to series
Replies: 1
Views: 3914

How to add NULL array to series

Q1:We know that NULL values could be added to series by AddNull() function.
Is there a way to Add a null array to series, something like AddNullArray?

Q2: SetNull() function can be used to set specified point to NULL,
Is there a function to set all the point to NULL?
by elmec
Wed May 07, 2014 1:14 am
Forum: VCL
Topic: Failed to add Marks manually
Replies: 15
Views: 25322

Re: Failed to add Marks manually

The last version(v2014.10.140220) seems working well.
Thank you!
by elmec
Mon May 05, 2014 5:59 am
Forum: FMX
Topic: How to change the color of mark
Replies: 1
Views: 7299

How to change the color of mark

Is there some property like Series1->Marks->Color used to change the color of specified mark of TPointSeries?

Thanks in advance.
by elmec
Tue Apr 01, 2014 12:43 am
Forum: FMX
Topic: The Teechart can be used at Touchpanel, like window8 Surface
Replies: 1
Views: 6997

The Teechart can be used at Touchpanel, like window8 Surface

The Teechart can be used at touchpanel, like window8 Surface?
by elmec
Thu Mar 27, 2014 2:09 am
Forum: FMX
Topic: About the performence fo the TScrollPager
Replies: 6
Views: 15152

Re: About the performence fo the TScrollPager

I am using the newest version for Firemonkey HD App.
by elmec
Thu Mar 27, 2014 2:09 am
Forum: FMX
Topic: About the performence fo the TScrollPager
Replies: 6
Views: 15152

About the performence fo the TScrollPager

When the form is the default size, like 1024 * 768, The ColorBandTool of TScrollPagerTool can be dragged smoothly... But when I maximum the form size, like 1920*1024 for my display, the dragging speed of ColorBandTool falls down seriously.. Is there any idea ? BTW, there are about 15,000 data per Ch...
by elmec
Tue Mar 18, 2014 11:58 am
Forum: VCL
Topic: When change the page of TChart, the cursorline disappeared
Replies: 6
Views: 8964

Re: When change the page of TChart, the cursorline disappeared

I am sorry that I attached the images for the style of which is cssHorizontal, which works well just by assigning new X offset when page changed.. I meant to attach the ones for the style of which is cssVertical, the cursor with the style of cssVertical disappeared when paged changed... Add I upload...
by elmec
Sun Mar 16, 2014 4:50 am
Forum: VCL
Topic: When change the page of TChart, the cursorline disappeared
Replies: 6
Views: 8964

Re: When change the page of TChart, the cursorline disappeared

Cursor.png
Cursor.png (125.5 KiB) Viewed 9063 times
TeeVersion.png
TeeVersion.png (99.58 KiB) Viewed 9065 times
by elmec
Sun Mar 16, 2014 4:23 am
Forum: FMX
Topic: How to change the color of each point of TPointSeries
Replies: 1
Views: 8519

How to change the color of each point of TPointSeries

We know that TPointSeries provides Marks->Item->Color property
for changing the color of each marks.

But how to change the color of each point of TPointSeries...
I cannt find something like Pointer->Item->Color..
only the property Pointer->Color provided for changing the color of all pointers.
by elmec
Fri Mar 14, 2014 8:22 am
Forum: VCL
Topic: When change the page of TChart, the cursorline disappeared
Replies: 6
Views: 8964

When change the page of TChart, the cursorline disappeared

When change the page of TChart, the cursorline disappeared,
the style of which is cssHorizontal...
while the one of cssVertical is OK.
by elmec
Mon Mar 10, 2014 5:33 am
Forum: VCL
Topic: Still the problem of TScrollPagerTool
Replies: 3
Views: 5912

Re: Still the problem of TScrollPagerTool

Can you tell us the link where you mentioned this before? I guess we could add some method to both set the ColorBandTool values and the Parent Chart Axis Range. However, I'd consider it as an enhancement not a bug because it never was automatic. I may be wrong and maybe it was working before and it...