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


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

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

    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 default DataTemplate for the LineRenderer's DataPointMarkers.  
    Public Propertystatic (Shared in Visual Basic)Gets the LineRenderer's default DataTemplate.   
    Public Property (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public PropertyGets or sets the thickness of the line connecting the LineRenderer's DataPointMarkers.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Forces the default Template on a 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 a specific Series.  
    Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
    Public MethodOverridden. Initializes a 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