RangedOffset
public struct RangedOffsetRange-based offset for marks in domain coordinates. When a field is null on
a given axis, layout falls back to the mark’s inherent position on that axis.
Swift Charts equivalent (iOS 17): .Offset(xStart:xEnd:yStart:yEnd:).
Fields
Section titled “Fields”
XStart
Section titled “XStart”public float? XStartReturns
System.Nullable{System.Single}
public float? XEndReturns
System.Nullable{System.Single}
YStart
Section titled “YStart”public float? YStartReturns
System.Nullable{System.Single}
public float? YEndReturns
System.Nullable{System.Single}
Properties
Section titled “Properties”
public bool HasX { get; }Returns
System.Boolean
public bool HasY { get; }Returns
System.Boolean