Skip to content

ScrollTargetContext

StructChartGuruChartGuru
public readonly struct ScrollTargetContext

Context passed to ChartGuru.ChartScrollTargetBehavior.Snap(System.Single%2cChartGuru.ScrollTargetContext%40) so context-sensitive behaviors (Page / Matching / LimitBehavior) can resolve.

public readonly float VisibleDomainLength

No description is available for this member.

Returns

System.Single — No return description is available.

public readonly ClosedRange<float> DataDomain

No description is available for this member.

Returns

ChartGuru.ClosedRange{System.Single} — No return description is available.

public readonly bool IsXAxis

No description is available for this member.

Returns

System.Boolean — No return description is available.

ScrollTargetContext(float, ClosedRange, bool)

Section titled “ScrollTargetContext(float, ClosedRange, bool)”
public ScrollTargetContext(float visibleDomainLength, ClosedRange<float> dataDomain, bool isXAxis)

No description is available for this member.

Parameters

Name Type Description
visibleDomainLength System.Single
dataDomain ChartGuru.ClosedRange{System.Single}
isXAxis System.Boolean