GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / QuantizeUnit Property
In This Topic
    QuantizeUnit Property (Indicator)
    In This Topic
    Gets or Sets the difference between two consecutive allowed values when Quantized is true.
    Syntax
    [Category("Behavior")]
    [DefaultValue(1)]
    [Description("The difference between two consecutive acceptable quantized values.")]
    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.
    See Also