Xceed Toolkit for Maui v2.0 Documentation
Series Class
Members  Example 


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : Series Class
Represents an object containing all the data needed to display DataPoints on a Chart.
Object Model
Series ClassRendererBase Class
Syntax
'Usage
 
Dim instance As Series
Remarks

Each Chart can contain more than one Series at a time.

Each Series can be fully customized & rendered as part of either a bar or line Chart.

Example
<xctk:Series Title="My Series"
             ShowDataPointLabels="True">
  <xctk:Series.Renderer>
    <xctk:BarRenderer/>
  </xctk:Series.Renderer>
  <xctk:Series.DataPoints>
    <xctk:DataPoint X="0"
                    Y="44"/>
    <xctk:DataPoint X="1"
                    Y="64"/>
    <xctk:DataPoint X="2"
                    Y="60"/>
    <xctk:DataPoint X="3"
                    Y="32"/>
    <xctk:DataPoint X="4"
                    Y="52"/>
    <xctk:DataPoint X="5"
                    Y="72"/>
    <xctk:DataPoint X="6"
                    Y="32"/>
  </xctk:Series.DataPoints>
</xctk:Series>
Inheritance Hierarchy

System.Object
   Microsoft.Maui.Controls.BindableObject
      Microsoft.Maui.Controls.Element
         Microsoft.Maui.Controls.NavigableElement
            Microsoft.Maui.Controls.VisualElement
               Microsoft.Maui.Controls.View
                  Microsoft.Maui.Controls.Compatibility.Layout
                     Microsoft.Maui.Controls.TemplatedView
                        Xceed.Maui.Toolkit.Control
                           Xceed.Maui.Toolkit.Series

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

Series Members
Xceed.Maui.Toolkit Namespace