Intersoft ClientUI Documentation
GetMajorGridLineCoordinates Method (DisplayAxis)



The available size.
Returns the coordinates to use for the grid line control.
Syntax
Protected MustOverride Function GetMajorGridLineCoordinates( _
   ByVal availableSize As Size _
) As IEnumerable(Of UnitValue)
Dim instance As DisplayAxis
Dim availableSize As Size
Dim value As IEnumerable(Of UnitValue)
 
value = instance.GetMajorGridLineCoordinates(availableSize)
protected abstract IEnumerable<UnitValue> GetMajorGridLineCoordinates( 
   Size availableSize
)
protected:
abstract IEnumerable<UnitValue>^ GetMajorGridLineCoordinates( 
   Size availableSize
) 

Parameters

availableSize
The available size.

Return Value

A sequence of coordinates at which to draw grid lines.
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

DisplayAxis Class
DisplayAxis Members

Send Feedback