Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / DataPoint Class / Content Property


In This Topic
    Content Property (DataPoint)
    In This Topic
    Gets the content for this DataPoint as a participant in data binding with the corresponding chart visuals (primitives) as a data source object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As Object
    'Usage
     
    Dim instance As DataPoint
    Dim value As Object
     
    instance.Content = value
     
    value = instance.Content
    public object Content {get;}

    Property Value

    An object representing the content for this DataPoint as a participant in data binding with the corresponding chart visuals (primitives) as a data source object.
    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