ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / ToString Method



In This Topic
    ToString Method (Series)
    In This Topic
    Returns a string that represents the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Series
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.
    See Also