GoDiagram Web Reference
QuantizeUnit Property (Indicator)

Gets or Sets the difference between two consecutive allowed values when Quantized is true.
Syntax
'Declaration
 
<DescriptionAttribute("The difference between two consecutive acceptable quantized values.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Overridable Property QuantizeUnit As Double
[DescriptionAttribute("The difference between two consecutive acceptable quantized values.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public virtual double QuantizeUnit {get; set;}
Remarks
Setting this property does not actually change the Value. If you want to make sure the Value is "quantized" correctly, you will need to set it explicitly.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Indicator Class
Indicator Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback