Search found 3 matches

by martin
Tue Apr 17, 2012 6:59 am
Forum: .NET
Topic: Problem with ErrorBar
Replies: 3
Views: 3702

Re: Problem with ErrorBar

Hi, if I set:

Code: Select all

 errorBarSeries1.ErrorStyle = ErrorStyles.TopBottom;
The "T" is always drawn upwards and downwards, no matter if the given value is positive or negative.

I would like to draw the "T" downwards if the given value is negative and upwards if not!

regards,
Christopher
by martin
Mon Apr 16, 2012 1:55 pm
Forum: .NET
Topic: Problem with ErrorBar
Replies: 3
Views: 3702

Problem with ErrorBar

Hi, I'm using TeeChart 4.1.2011.7281 for .Net 2.0 with Visual Studio 2010. In my ErrorBar.ErrorValues i have negative and positive values. The positive values are displayed right as I supposed (the "T" is on top of the bar). I assumed that negative values would be displayed as a downwards drawn "T"....
by martin
Wed Aug 24, 2011 9:46 am
Forum: .NET
Topic: TChart translation
Replies: 1
Views: 2235

TChart translation

Hi, sorry if this topic is already covered elsewhere - I couldn't find any solutions. I'm using TeeChart 4.1.2011.7281 for .Net 2.0 with Visual Studio 2011 and wondering how I can best translate a TChart on a simple Form to different languages. I want to use the Localization feature of .Net. My Form...