Xceed Toolkit for Maui v2.0 Documentation
InitializeSeries Method (BarRenderer)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > BarRenderer Class : InitializeSeries Method
The bounds of the Series, in relation to the Chart.
The Series that will be initialized.
Initializes the Series by ordering its DataPoints & setting the location of its VisualElements.
Syntax
'Declaration
 
Public Overrides Sub InitializeSeries( _
   ByVal bounds As Rect, _
   ByVal series As Series _
) 
'Usage
 
Dim instance As BarRenderer
Dim bounds As Rect
Dim series As Series
 
instance.InitializeSeries(bounds, series)
public override void InitializeSeries( 
   Rect bounds,
   Series series
)

Parameters

bounds
The bounds of the Series, in relation to the Chart.
series
The Series that will be initialized.
Requirements

Target Platforms: Windows 11, Windows 10, 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

BarRenderer Class
BarRenderer Members
Base Implementation in InitializeSeries