Search found 14710 matches

by Narcís
Thu Mar 17, 2016 9:42 am
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22857

Re: Problem with new TeeChartVCL-2015.16.150901

Hello everyone, After further investigation we consider this not being a bug. Changes made to CrossTab source use new Series.Detail property . Therefore we have a main series with child series being the Detail property and the result of CrossTab work. Main series is set to be inactive as not to be r...
by Narcís
Wed Mar 16, 2016 12:11 pm
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22857

Re: Problem with new TeeChartVCL-2015.16.150901

Hello,

This bug is currently being investigated. A major redesign of TeeDBCrossTab unit was made last summer, which introduced this bug and made into build 2015.16. The only solution for now is using build 2015.15. I'll keep you informed about any progress we make.
by Narcís
Tue Jan 26, 2016 3:55 pm
Forum: .NET
Topic: Off-line Install Error: TeeChartNET2015_4.1.2015.12160.exe
Replies: 2
Views: 7566

Re: Off-line Install Error: TeeChartNET2015_4.1.2015.12160.exe

Hi Andrew,

Off-line installers are only available upon request. It looks like you got an on-line installer. I'll send you an email with the URL to download the off-line installer and we will revise the client download page.

Many apologies for the inconvenience caused.
by Narcís
Tue Dec 22, 2015 1:59 pm
Forum: .NET
Topic: Can't install Teachart for Xamarin.Forms on OS X Yosemite
Replies: 1
Views: 6322

Re: Can't install Teachart for Xamarin.Forms on OS X Yosemite

Hello, Yes, this is a known issue, something similar to what was described here . I could run mono successfully via terminal but couldn't get it working from the installer. In the meantime you can copy the Windows files to the Mac and use them. The Mac OS X installer is build using exactly the same ...
by Narcís
Mon Dec 14, 2015 9:39 am
Forum: .NET
Topic: annotation click event doesn't exist?
Replies: 1
Views: 6150

Re: annotation click event doesn't exist?

Hi Cozmos,

This is a bug in Xamarin.Forms. I have added it (bug #1391) to bugzilla. I also found there's no Clicked method available so there's no workaround I can think of.
by Narcís
Wed Nov 25, 2015 3:42 pm
Forum: .NET
Topic: Annotation tool with image
Replies: 4
Views: 11654

Re: Annotation tool with image

Hello,

Just sent you an email with the URL to download a new installer. This issue has been fixed in iOS and is not completely solved for Android, we are still working on it.
by Narcís
Wed Nov 25, 2015 3:39 pm
Forum: .NET
Topic: Get the latest version of Teechart for Xamarin Forms
Replies: 3
Views: 9692

Re: Get the latest version of Teechart for Xamarin Forms

Hello,

Just sent you and email with the URL to download a new installer.
by Narcís
Tue Nov 24, 2015 4:04 pm
Forum: .NET
Topic: Get the latest version of Teechart for Xamarin Forms
Replies: 3
Views: 9692

Re: Get the latest version of Teechart for Xamarin Forms

Hello,

We can prepare a full version with those changes for you ASAP. We also plan a batch of Xamarin releases before the end of the year.
by Narcís
Tue Nov 24, 2015 8:17 am
Forum: .NET
Topic: Annotation tool with image
Replies: 4
Views: 11654

Re: Annotation tool with image

Hello everyone,
IliaStoilov wrote: The status is IN_PROGRESS, so I guess the dev team is fixing it right now. :)
Yes, we are currently worknig on it. I'll let you know when we have some news.
by Narcís
Fri Oct 23, 2015 8:13 am
Forum: .NET
Topic: Flexible display Mask
Replies: 1
Views: 6145

Re: Flexible display Mask

Hi Chinfot, In this case I recommend you to use MarksTip tool. You'll find an example at All Features\Welcome !\Tools\Mark tips in the features demo available at TeeChart's program group. You'll find more information about TeeChart tools usage in tutorial 18 at the TeeChart .NET Tutorials section at...
by Narcís
Fri Oct 23, 2015 7:29 am
Forum: .NET
Topic: LinePen.Width
Replies: 2
Views: 8100

Re: LinePen.Width

Hi tirby, Try this: CType(tChart1.Series(aa),Steema.TeeChart.Styles.FastLine).LinePen.Width = Integer.Parse(textBox6.Text) You may also be interested in the on-line conversion tools here: http://www.carlosag.net/tools/codetranslator/ http://converter.telerik.com/ http://www.developerfusion.com/tools...
by Narcís
Wed Oct 14, 2015 2:39 pm
Forum: VCL
Topic: iso axes but also scaled
Replies: 21
Views: 38455

Re: iso axes but also scaled

Hi Jim,

Thanks for your feedback, I think I got your point. I created a new example project with a completely different approach, which consist on using CutomChartRect property.
by Narcís
Wed Oct 14, 2015 10:20 am
Forum: VCL
Topic: Animated texture on a sphere
Replies: 1
Views: 6009

Re: Animated texture on a sphere

Hi jpm,

I'm afraid this is not possible for now. I have added your request to the wish-list (bug #1341) to be considered for inclusion in future releases.
by Narcís
Wed Oct 14, 2015 9:53 am
Forum: VCL
Topic: Question about RotateLabel
Replies: 12
Views: 22963

Re: Question about RotateLabel

Hello johnnix, It works for me compared with non-subscript text, for example: procedure TForm1.Chart1AfterDraw(Sender: TObject); var X, Y: Integer; begin TChart(Sender).Canvas.Font.Size:=15; X:=100; Y:=X; TChart(Sender).Canvas.RotateLabel(X, Y, 'Normal Text <SUB>SubScript Text Here</SUB>', 45 , true...