Version

PopulateArgsBounds Method (CategorySeriesRenderManager)

Sets the StartIndex and EndIndex, or StartDate and EndDate, of the given AssigningCategoryStyleEventArgs.
Syntax
'Declaration
 
Public Sub PopulateArgsBounds( _
   ByVal args As AssigningSeriesStyleEventArgsBase, _
   ByVal isSorting As Boolean, _
   ByVal buckets As List(Of Double()), _
   ByVal bucketIndex As Integer, _
   ByVal valueCount As Integer, _
   ByVal categoryAxis As CategoryAxisBase, _
   ByVal axisParams As ScalerParams, _
   ByVal isThumbnail As Boolean, _
   ByVal isMarker As Boolean, _
   ByVal currentIndex As Integer _
) 

Parameters

args
The AssigningCategoryStyleEventArgs to set the bounds properties of.
isSorting
True if the axis sorts data items, as a time axis will.
buckets
The series data values.
bucketIndex
The index of the current item.
valueCount
The count of data items.
categoryAxis
The category axis in context.
axisParams
Scaling parameters for the category axis.
isThumbnail
True if this operation is for a thumbnail view.
isMarker
True if the given arguments are for marker styling.
currentIndex
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