Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / DataPointPropertyName Enumeration


In This Topic
    DataPointPropertyName Enumeration
    In This Topic
    The names of the properties that are available when a SeriesDataPoints are UserObjects.
    Syntax
    'Declaration
     
    
    Public Enum DataPointPropertyName 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataPointPropertyName
    public enum DataPointPropertyName : System.Enum 
    Members
    MemberDescription
    TextThe bound UserObject property will be used as Text on the Chart's Axis, therefore specifying the value of its TickLabelType as being Text.
    XThe bound UserObject property will be used as the X value on the Chart's horizontal Axis.
    YThe bound UserObject property will be used as the Y value on the Chart's vertical Axis .
    Example
    Note that one of these property names must be bound to a UserObject property. For more information on this topic, see BindingInfos.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Maui.Toolkit.DataPointPropertyName

    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