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


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