Search found 60 matches

by wwp3321
Wed Apr 07, 2010 2:47 am
Forum: VCL
Topic: How to draw curve between points
Replies: 2
Views: 5285

Re: How to draw curve between points

Thank you very much!
by wwp3321
Mon Apr 05, 2010 12:20 am
Forum: VCL
Topic: How to draw curve between points
Replies: 2
Views: 5285

How to draw curve between points

I add a Line to the chart,then add some points to the Line.
But the Series was drawed as straigth line between points.
How can I get the Series drawed with curve between points.

Best Regards
wang.
by wwp3321
Wed Mar 17, 2010 8:53 am
Forum: .NET
Topic: Selection of series' points
Replies: 12
Views: 18067

Re: Selection of series' points

Thanks!
by wwp3321
Fri Mar 12, 2010 4:57 am
Forum: VCL
Topic: How to avoid overlapping when checking Series-Point-Visible
Replies: 3
Views: 6367

Re: How to avoid overlapping when checking Series-Point-Visible

For Example:
1.I add 300 points to Series1.
2.Then I Check the "Series--Point---Visible".
There are so many points that points overlap each other.
So I want to show "Point" every several points to avoid overlapping.

Thanks.
by wwp3321
Fri Mar 12, 2010 4:52 am
Forum: VCL
Topic: How to avoid overlapping when checking Series-Point-Visible
Replies: 3
Views: 6367

How to avoid overlapping when checking Series-Point-Visible

How to avoid overlapping when checking "Series-Point-Visible"?
"Marks" can be drawed every several points by setting the "Series--Marks--Draw every:".
Does "Point" have the any similar setting?

Thanks.
by wwp3321
Thu Dec 18, 2008 2:39 am
Forum: VCL
Topic: Equal axis scales
Replies: 4
Views: 9220

Thanks :D
by wwp3321
Wed Dec 17, 2008 6:56 am
Forum: VCL
Topic: Keeping a graph line the same when adding points?
Replies: 3
Views: 6288

Thanks :D
by wwp3321
Mon Dec 15, 2008 2:26 am
Forum: VCL
Topic: The relation between Chart3DPercent and numbers of series ?
Replies: 6
Views: 10329

Anyway ,thanks for your help!

With Best Regards
wwp
by wwp3321
Thu Dec 11, 2008 10:08 am
Forum: VCL
Topic: The relation between Chart3DPercent and numbers of series ?
Replies: 6
Views: 10329

Hello,
any other ways :(
by wwp3321
Thu Dec 11, 2008 8:55 am
Forum: VCL
Topic: The relation between Chart3DPercent and numbers of series ?
Replies: 6
Views: 10329

There are hundreds of series in Chart1.If all the series are belong to Chart1,speed becomes slowly. So I only want to show the series that checked in the CheckListBox. What's the relation between Chart3DPercent and the numbers of series. In a word , What I want to is : Even I change the numbers of s...
by wwp3321
Wed Dec 10, 2008 2:15 am
Forum: VCL
Topic: The relation between Chart3DPercent and numbers of series ?
Replies: 6
Views: 10329

Hello, :cry:
by wwp3321
Tue Dec 09, 2008 4:26 am
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 15591

Thanks! :D
by wwp3321
Tue Dec 09, 2008 1:13 am
Forum: VCL
Topic: Clear All Series method
Replies: 5
Views: 11064

You can use Chart1.RemoveAllSeries() .
by wwp3321
Tue Dec 09, 2008 1:12 am
Forum: VCL
Topic: pixels to value conversion
Replies: 5
Views: 11228

You can use CalcXPosValue() as following

int X0 = Chart1->Axes->Bottom->CalcXPosValue( 100 );
int Y0 = Chart1->Axes->Left->CalcYPosValue(50);