Version

GetBucketBounds Method (CategorySeriesRenderManager)

Gets the indices of the first and last data items in the bucket at the given index.
Syntax
'Declaration
 
Protected Friend Function GetBucketBounds( _
   ByVal count As Integer, _
   ByVal bucket As Integer _
) As Integer()
protected internal int[] GetBucketBounds( 
   int count,
   int bucket
)

Parameters

count
The count of items in the data source.
bucket
The index of the bucket to get item indices for.

Return Value

The indices of the first and last data items in the bucket at the given index.
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