Skip to content

RangedOffset

StructChartGuruChartGuru
public struct RangedOffset

Range-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:).

public float? XStart

Returns

System.Nullable{System.Single}

public float? XEnd

Returns

System.Nullable{System.Single}

public float? YStart

Returns

System.Nullable{System.Single}

public float? YEnd

Returns

System.Nullable{System.Single}

public bool HasX { get; }

Returns

System.Boolean

public bool HasY { get; }

Returns

System.Boolean