Xceed Toolkit Plus for WPF v4.6 Documentation
Content Property (DataPoint)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > DataPoint Class : Content Property
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

Reference

DataPoint Class
DataPoint Members