GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBar Class / StartOffset Property
In This Topic
    StartOffset Property
    In This Topic
    Gets or sets the offset of this bar's starting point relative to the scale's point for the minimum value.
    Syntax
    [Category("Appearance")]
    [Description("A SizeF that defines the starting point of the IndicatorBar.")]
    public virtual SizeF StartOffset {get; set;}

    Property Value

    a SizeF in document coordinates, that defaults to zero/zero.
    Remarks
    The drawing of IndicatorBar relies on this offset to the point associated with Scale's minimum value.
    See Also