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


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