GoDiagram Win Reference
Quantized Property (Indicator)

Gets or sets whether the indicator is forced to have discrete values. If true, Value is restricted to values that follow (value - QuantizeBase) mod QuantizeUnit = 0.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Determines whether the indicator forced to have discrete values.")>
Public Overridable Property Quantized As Boolean
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Determines whether the indicator forced to have discrete values.")]
public virtual bool Quantized {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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback