Intersoft ClientUI Documentation
GetMajorGridLineCoordinates Method (RangeAxis)



The available size.
Returns a sequence of the major grid line coordinates.
Syntax
Protected Overrides Function GetMajorGridLineCoordinates( _
   ByVal availableSize As Size _
) As IEnumerable(Of UnitValue)
Dim instance As RangeAxis
Dim availableSize As Size
Dim value As IEnumerable(Of UnitValue)
 
value = instance.GetMajorGridLineCoordinates(availableSize)
protected override IEnumerable<UnitValue> GetMajorGridLineCoordinates( 
   Size availableSize
)
protected:
IEnumerable<UnitValue>^ GetMajorGridLineCoordinates( 
   Size availableSize
) override 

Parameters

availableSize
The available size.

Return Value

A sequence of the major grid line coordinates.
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

RangeAxis Class
RangeAxis Members

Send Feedback