Search found 57 matches

by Candy
Wed Jun 10, 2015 3:38 am
Forum: .NET
Topic: Box-Plot bind dataset
Replies: 1
Views: 5587

Box-Plot bind dataset

Hello,
How could I bind the dataset to the Box-Plot series? And does the dataset need meet any conditions? I use the teechart silverlight. Thanks!
by Candy
Tue Nov 25, 2014 6:44 am
Forum: .NET
Topic: Show Y axis value in Label
Replies: 1
Views: 5374

Show Y axis value in Label

Hello,
I have a problem when using TeeChart NET for Xamarin .Android product.Would you please have a look about my attachement? Thank you very much!
by Candy
Mon Nov 24, 2014 7:15 am
Forum: .NET
Topic: add data to the contour when I click the button
Replies: 1
Views: 5581

add data to the contour when I click the button

Hello,
I want to add the data to the contour series when I click the button ,but it doesn't disappear. When I copy the same code in the Form_Load function ,it works well . Is there any thing I should to do? The attachment is my appliaction. Thanks!
by Candy
Fri Nov 14, 2014 1:22 am
Forum: .NET
Topic: Legend checkbox will be twinkle when I move CursorTool
Replies: 3
Views: 8495

Re: Legend checkbox will be twinkle when I move CursorTool

Hello,
Do you means it doesn't support to use legend checkbox in the teechart wpf?
I use the version 4.1.2013.7302,not the newest version. Thanks!
by Candy
Thu Nov 13, 2014 6:37 am
Forum: .NET
Topic: Legend checkbox will be twinkle when I move CursorTool
Replies: 3
Views: 8495

Legend checkbox will be twinkle when I move CursorTool

Hello,
I use the TeeChart in the wpf application, and add the CursorTool in it, but when I move the cursor ,the checkbox in the legend will be twinkle. Is this a bug?
The attachment is my application. Thanks!
by Candy
Fri Sep 19, 2014 9:35 am
Forum: .NET
Topic: copy pdf formatted image to the Clipboard
Replies: 3
Views: 8096

Re: copy pdf formatted image to the Clipboard

Hello,
I'm not sure,so I want to know what the function about this method?
By other words, this method can't used for the pdf format? Thanks!
by Candy
Fri Sep 19, 2014 2:32 am
Forum: .NET
Topic: copy pdf formatted image to the Clipboard
Replies: 3
Views: 8096

copy pdf formatted image to the Clipboard

Hello,
I use the following code to save the chart to the Clipboard with pdf format, and when I paste it in a document ,it will be messy code, not a image. What should I do?Thanks!
Code:

Code: Select all

tChart1.Export.Image.PDF.CopyToClipboard();
by Candy
Fri Sep 19, 2014 2:19 am
Forum: .NET
Topic: Chart Paging can't used in the smoothed Line series
Replies: 1
Views: 5204

Chart Paging can't used in the smoothed Line series

Hello, I add 100 points in the Line Series ,and set the Page.MaxPointsPerPage is 10, So the page count will be 10, but when I set the "Smoothed" property of Line Series to true,The total page count will be 81. Is this a bug in TeeChart? code: line1.FillSampleValues(100); line1.Smoothed = true; tChar...
by Candy
Thu Aug 21, 2014 1:49 am
Forum: VCL
Topic: TeeChart FMX mobile development questions
Replies: 2
Views: 6760

Re: TeeChart FMX mobile development questions

attachment file is question photo.
by Candy
Thu Aug 21, 2014 1:34 am
Forum: VCL
Topic: TeeChart FMX mobile development questions
Replies: 2
Views: 6760

TeeChart FMX mobile development questions

http://img.blog.csdn.net/20140821092255371?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZX I new a project, compiled on win32 error after new construction, drag a TDBChart to the interface compiler error occurs. :( Please tell me why? I'm working environment: RAD Studio XE6 / Windows7 / TeeChart Pro v2...
by Candy
Thu Aug 14, 2014 2:55 am
Forum: .NET
Topic: How to set the time interval axis for WPF
Replies: 2
Views: 6415

Re: How to set the time interval axis for WPF

Thank you very much :D
by Candy
Tue Aug 12, 2014 7:21 am
Forum: .NET
Topic: How to set the time interval axis for WPF
Replies: 2
Views: 6415

How to set the time interval axis for WPF

I want to set the time interval axis, i used

tChart1.Axes.Bottom.DateTimeIncrement(true, true, ref value, 2, Steema.TeeChart.WPF.DateTimeSteps.TwoDays);

but Failure. How can i do?

I'm working environment: VS2010(.NET Framework 4.0) / Windows7
by Candy
Fri Aug 01, 2014 2:47 am
Forum: .NET
Topic: I can not use ScrollPager tool for WPF
Replies: 4
Views: 9745

Re: I can not use ScrollPager tool for WPF

Christopher , thank you :)
by Candy
Fri Aug 01, 2014 2:36 am
Forum: .NET
Topic: I can not use ScrollPager tool for WPF
Replies: 4
Views: 9745

Re: I can not use ScrollPager tool for WPF

Well, hope to see the release of the new version as soon as possible :)
by Candy
Thu Jul 31, 2014 1:45 am
Forum: .NET
Topic: I can not use ScrollPager tool for WPF
Replies: 4
Views: 9745

Re: I can not use ScrollPager tool for WPF

Who can help me? :(