Xceed Toolkit for Maui v2.0 Documentation
DataPoint Constructor(Double,Double,String)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Double,Double,String)
Creates a DataPoint with its X, Y & Text values.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal text As String _
)
'Usage
 
Dim x As Double
Dim y As Double
Dim text As String
 
Dim instance As New DataPoint(x, y, text)
public DataPoint( 
   double x,
   double y,
   string text
)

Parameters

x
y
text
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
Overload List