Search found 5 matches

by shangwei
Thu May 22, 2014 6:37 am
Forum: .NET
Topic: Problem with "Panel" card in TeeChart Editor
Replies: 1
Views: 4819

Problem with "Panel" card in TeeChart Editor

I'm using TeeChart2012 in a CS program. In the TeeChart Editor, when I click panel card, there are exceptions. The exceptions are from statement "TeeChart.showEditor();". The detailed information are like this (I manually translated some key information from Chinese): ************** Exceptions *****...
by shangwei
Thu Nov 03, 2011 6:37 am
Forum: .NET
Topic: How Can I Set CalcIncrement??
Replies: 1
Views: 3023

How Can I Set CalcIncrement??

hello I need help:
I want to set the distance between lables. I can see the value in CalcIncrement, how can I set it acording to my need?
I will be really appretiate if someone replies soon.
Thanks a lot~
by shangwei
Fri Jan 25, 2008 1:05 pm
Forum: .NET
Topic: Value format in the Legend...
Replies: 4
Views: 5368

i c,

it works, thanks~ ^^
by shangwei
Wed Jan 23, 2008 6:53 am
Forum: .NET
Topic: Value format in the Legend...
Replies: 4
Views: 5368

Thanks, these code works fine.

But what I need is to show both X and Y values in the legend.

plz try if the following code is added, the date format of the first value in each legend item becomes incorrect..

ch1.Legend.TextStyle = Steema.TeeChart.LegendTextStyles.XAndValue;
by shangwei
Tue Jan 22, 2008 6:11 am
Forum: .NET
Topic: Value format in the Legend...
Replies: 4
Views: 5368

Value format in the Legend...

Hi, I'm using TeeChart v2 in C#.Net. I want to show the series value in the Legend in WebChart. I have set ch1.Legend.LegendStyle = LegendStyles.Values; ch1.Axes.Bottom.Labels.DateTimeFormat = "yyyy-MM"; The data series are set up at run time. But when the chart first loaded the legend is like '-- 3...