Version

GetOffset Method (FinancialSeries)

Gets the horizontal offset to apply to visual elements of this series.
Syntax
'Declaration
 
Protected Function GetOffset( _
   ByVal windowRect As Rect, _
   ByVal viewportRect As Rect, _
   ByVal effectiveViewportRect As Rect _
) As Double
protected double GetOffset( 
   Rect windowRect,
   Rect viewportRect,
   Rect effectiveViewportRect
)

Parameters

windowRect
The window rectangle.
viewportRect
The viewport rectangle.
effectiveViewportRect
The effective viewport rectangle.

Return Value

The horizontal offset to apply to visual elements of this series. This is the distance from the beginning or end of the axis line to the center of the first data item.
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