Intersoft ClientUI Documentation
CalculateActualInterval(Size) Method



The available size.
Returns the actual interval to use to determine which values are displayed in the axis.
Syntax
Protected Overridable Function CalculateActualInterval( _
   ByVal availableSize As Size _
) As Double
Dim instance As LinearAxis
Dim availableSize As Size
Dim value As Double
 
value = instance.CalculateActualInterval(availableSize)
protected virtual double CalculateActualInterval( 
   Size availableSize
)
protected:
virtual double CalculateActualInterval( 
   Size availableSize
) 

Parameters

availableSize
The available size.

Return Value

Actual interval to use to determine which values are displayed in the axis.
Requirements

Target Platforms: Windows 7, 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

Reference

LinearAxis Class
LinearAxis Members

Send Feedback