Search found 3 matches

by Sven
Thu Feb 25, 2010 1:56 pm
Forum: .NET
Topic: MaxValueIndicator Gauge Control
Replies: 5
Views: 5946

Re: MaxValueIndicator Gauge Control

Hi Sandra I found the problem with the MaxValueIndicator. I have created an vertical gauge control in the Designer from Studio 2008. If the Form InitilizeComponent() is initilized the gauge control value is the value from designer (gauge1.value = 17.89146576) Now I create a new gauge Object with gau...
by Sven
Thu Feb 25, 2010 8:32 am
Forum: .NET
Topic: MaxValueIndicator Gauge Control
Replies: 5
Views: 5946

Re: MaxValueIndicator Gauge Control

Hi Alonso Thanks for your answer. The Problem is not the maximum or minimum value of the gauge. I want to reset the MaxValueIndicator in the gauge, after a run. I miss a a property like gauge1.MaxValueIndicator.Reset() public void InitGauge() { textBoxValue.Text = "0"; verticalLinearGauge.Minimum = ...
by Sven
Tue Feb 23, 2010 9:47 am
Forum: .NET
Topic: MaxValueIndicator Gauge Control
Replies: 5
Views: 5946

MaxValueIndicator Gauge Control

Hi

How can I set or reset the MaxValueIndicator in vertival gauge control.

TeeChart buid Version: 4.0.2009.42283

Thanks