ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / ToString Method


In This Topic
    ToString Method (DataPoint)
    In This Topic
    Returns a string that represents the current DataPoint.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As DataPoint
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    See Also