Version

PopulateArgsBounds Method (PolarSeriesRenderManager)

Sets the StartIndex and EndIndex, or StartDate and EndDate, of the given AssigningCategoryStyleEventArgs.
Syntax
'Declaration
 
Public Sub PopulateArgsBounds( _
   ByVal args As AssigningSeriesStyleEventArgsBase, _
   ByVal currentIndex As Integer, _
   ByVal valueCount As Integer, _
   ByVal isMarker As Boolean _
) 
public void PopulateArgsBounds( 
   AssigningSeriesStyleEventArgsBase args,
   int currentIndex,
   int valueCount,
   bool isMarker
)

Parameters

args
The AssigningCategoryStyleEventArgs to set the bounds properties of.
currentIndex
The index of the current item.
valueCount
The count of data items.
isMarker
True if the given arguments are for marker styling.
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