Intersoft ClientUI Documentation
Owner Property (DataPoint)



Gets or sets owner of this data point
Syntax
Public ReadOnly Property Owner As ISeries
Dim instance As DataPoint
Dim value As ISeries
 
value = instance.Owner
public ISeries Owner {get;}
public:
property ISeries^ Owner {
   ISeries^ get();
}
Requirements

Target Platforms: 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

Send Feedback