Version

FormatRange Method (TimescaleBand)

Returns a string representation of the specified range for display in the header area.
Syntax
'Declaration
 
Protected Friend Overrides Function FormatRange( _
   ByVal range As Infragistics.DateRange, _
   ByVal anchorDate As Date, _
   ByVal info As TimescaleInfo, _
   ByVal isToolTip As Boolean _
) As String
protected internal override string FormatRange( 
   Infragistics.DateRange range,
   DateTime anchorDate,
   TimescaleInfo info,
   bool isToolTip
)

Parameters

range
The range whose string representation is being requested
anchorDate
A date that should be used as the pivot/anchor for the calculated range.
info
Provides information to be used when calculating the range.
isToolTip
True if the string is being used for the tooltip

Return Value

The string representation of the range.
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