Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / BarRenderer Class
Members


In This Topic
    BarRenderer Class
    In This Topic
    This class is responsible for drawing a Series as a bar Chart.
    Syntax
    'Declaration
     
    
    Public Class BarRenderer 
       Inherits RendererBase
    'Usage
     
    
    Dim instance As BarRenderer
    public class BarRenderer : RendererBase 
    Inheritance Hierarchy

    System.Object
       Microsoft.Maui.Controls.BindableObject
          Xceed.Maui.Toolkit.RendererBase
             Xceed.Maui.Toolkit.BarRenderer

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Propertystatic (Shared in Visual Basic)Gets the BarRenderer's default DataTemplate.  
    Public Property (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public PropertyGets or sets the width of each bar in the bar Chart.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Forces the default Template on the received Series.  
    Public MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public MethodOverridden. Creates a list of the Chart's main area elements based on the received Series.  
    Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public MethodOverridden. Initializes the Series by ordering its DataPoints & setting the location of its VisualElements.  
    Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.BindableObject)
    Top
    Public Events
    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