GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorNeedle Class / ConstantLength Property
In This Topic
    ConstantLength Property
    In This Topic
    Gets or sets whether the needle will maintain a set length.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether the needle will maintain a set length.")]
    public bool ConstantLength {get; set;}
    Remarks
    If ConstantLength is false, the needle will be drawn the length of the line between PivotPoint and the PointF returned by IGraduatedScale.GetPointForValue. If it is false, the needle will be drawn according to the Length property, along the line connecting PivotPoint and the PointF returned by IGraduatedScale.GetPointForValue.
    See Also