Version

EstimateOffsets Method (PivotRowsPanel)

Estimates the offsets from 0,0 point.
Syntax
'Declaration
 
Protected Overrides Sub EstimateOffsets( _
   ByRef leftOffset As Double, _
   ByRef topOffset As Double _
) 
protected override void EstimateOffsets( 
   out double leftOffset,
   out double topOffset
)

Parameters

leftOffset
The left offset.
topOffset
The top offset.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also