Search found 4 matches

by geoff
Tue Sep 10, 2013 1:02 am
Forum: .NET
Topic: Increasing Click tolerance for Color Band?
Replies: 2
Views: 4835

Re: Increasing Click tolerance for Color Band?

Never mind, I found it.. didn't realise the Color Band has a StartLine and EndLine aggregated in it. This seems to work (tried in the ColorBandDrag sampler app):
this.colorBand1.StartLine.ColorLineClickTolerance = 20;
this.colorBand1.EndLine.ColorLineClickTolerance = 20;
by geoff
Mon Sep 09, 2013 5:42 am
Forum: .NET
Topic: Increasing Click tolerance for Color Band?
Replies: 2
Views: 4835

Increasing Click tolerance for Color Band?

Hi TeeChart forum folks, I'm in need of a Color Band Drag where the upper and lower sizing grip areas are larger than a few pixels height, owing to the chart being used on an HMI touch screen application in a rugged dynamic environment where the operator may be using gloves or otherwise not have the...
by geoff
Thu Feb 21, 2013 12:21 pm
Forum: .NET
Topic: TeeChart for .NET v2012 [31 JAN 2013] RELEASE 4.1.2012.01310
Replies: 4
Views: 8781

Re: TeeChart for .NET v2012 [31 JAN 2013] RELEASE 4.1.2012.01310

Thanks, that fixed the problem.
by geoff
Sun Feb 17, 2013 4:10 am
Forum: .NET
Topic: TeeChart for .NET v2012 [31 JAN 2013] RELEASE 4.1.2012.01310
Replies: 4
Views: 8781

Re: TeeChart for .NET v2012 [31 JAN 2013] RELEASE 4.1.2012.01310

I've upgraded to this release, and now when I try to run the Feature Demo application, I get an unhandled exception and can't continue running the app. The exception details are: "Could not load file or assembly 'TeeChart, Version=4.1.2012.1312, Culture=neutral,PublicKey Token=9c8126276c77bdb' or on...