Search found 33 matches

by fjrohlf
Sun May 01, 2016 1:09 am
Forum: VCL
Topic: TeeChart 2016.17.160426 VCL/FMX release available
Replies: 7
Views: 17972

Re: TeeChart 2016.17.160426 VCL/FMX release available

I just looked at my customer download page and all I see are 2015 versions. Is a new subscription required? I purchased 2015 version last September and source code in December.

Jim
by fjrohlf
Fri Dec 11, 2015 4:18 pm
Forum: VCL
Topic: drag marks or automatic positions?
Replies: 1
Views: 5664

drag marks or automatic positions?

Is there a function that will help prevent overlap of marks for a pointseries? I see some likely sounding options but I have not been able to see any difference that they make. I am also having a problem enabling the dragging of marks. The demo works but not in my code even though I believe I have c...
by fjrohlf
Thu Dec 03, 2015 2:39 pm
Forum: VCL
Topic: Delphi fontdialog compatiblity?
Replies: 2
Views: 7052

Re: Delphi fontdialog compatiblity?

Wonderful!
by fjrohlf
Wed Dec 02, 2015 7:32 pm
Forum: VCL
Topic: Delphi fontdialog compatiblity?
Replies: 2
Views: 7052

Delphi fontdialog compatiblity?

Is there a way to use Delphi's fontdialog component to allow a user to select font properties at run time for titles etc.? That component returns a TFont but TeeChart uses TTeeFont. I could copy the individual parts, color, size, pitch, etc. from one to the other but that is somewhat inelegant. I wa...
by fjrohlf
Tue Dec 01, 2015 9:34 pm
Forum: VCL
Topic: line styles and other styles
Replies: 4
Views: 9762

Re: line styles and other styles

Thanks!
by fjrohlf
Tue Dec 01, 2015 1:26 pm
Forum: VCL
Topic: line styles and other styles
Replies: 4
Views: 9762

Re: line styles and other styles

Thanks. The last link is the one I wanted. It would be nice to have such tables easy to find within the TeeChart documentation.
by fjrohlf
Tue Dec 01, 2015 4:08 am
Forum: VCL
Topic: line styles and other styles
Replies: 4
Views: 9762

line styles and other styles

Is there a convenient table somewhere in the documentation that lists the possible styles that one can use for lines (such as arrows)? Dotted, dashed, etc. I would assume but i cannot find a reference. I did find a list of the possible pointer styles.
by fjrohlf
Tue Nov 24, 2015 4:09 pm
Forum: VCL
Topic: latest documentation?
Replies: 4
Views: 10251

Re: latest documentation?

thanks but so far I have not found a winhelp program to install for Windows 10.
by fjrohlf
Tue Nov 24, 2015 2:13 am
Forum: VCL
Topic: latest documentation?
Replies: 4
Views: 10251

Re: latest documentation?

Note the file labelled "TeeChart Pro v2015 VCL/FMX library reference and user guide" looks appropriate but many times when I click on a hyperlink I get the browser message: Error opening Help in Windows-based programs: "Feature not included" or "Help not supported". Rather frustrating - especially w...
by fjrohlf
Mon Nov 23, 2015 10:12 pm
Forum: VCL
Topic: latest documentation?
Replies: 4
Views: 10251

latest documentation?

What is the best documentation source for the VCL version of TeeChart? I have found various files but often for .net or java and they don't seem to match what is needed for VCL code. The hierarchy of variables seems very different or perhaps I am looking at files for different versions of the softwa...
by fjrohlf
Thu Nov 19, 2015 4:11 pm
Forum: VCL
Topic: TButtonColor
Replies: 9
Views: 17093

Re: TButtonColor

ok, that does work. It even works when I restore the parent as the newly created TAdvTabSheet. Thanks! One last thing - how can i set the initial colors for the button and the series? If I use code such as Series1.Pointer.Color := clRed; then the series has that initial color but the button does not...
by fjrohlf
Thu Nov 19, 2015 1:07 pm
Forum: VCL
Topic: TButtonColor
Replies: 9
Views: 17093

Re: TButtonColor

see attached. Unfortunately, It uses some components from TMS but you should be able to see my buttoncolor code.
by fjrohlf
Wed Nov 18, 2015 6:59 pm
Forum: VCL
Topic: TButtonColor
Replies: 9
Views: 17093

Re: TButtonColor

That works very well - but how does one set the initial color of the "symbol"? Initially it is black and it does change once one clicks on it and selects a color but I would like it to start with a specified color (i.e., the existing color of a series).
by fjrohlf
Wed Nov 18, 2015 1:22 pm
Forum: VCL
Topic: TButtonColor
Replies: 9
Views: 17093

Re: TButtonColor

So one does not have to enter any code for the button's onclick event? I would not have guessed that. Thanks again for your help.
by fjrohlf
Tue Nov 17, 2015 5:17 pm
Forum: VCL
Topic: TButtonColor
Replies: 9
Views: 17093

TButtonColor

Is there some documentation or a good example of the use of the TButtonColor component? I have not been able to find much information.

Thanks,