ComponentOne FinancialChart for WPF
C1.Chart Namespace / TimeRange Class / Name Property



In This Topic
    Name Property (TimeRange)
    In This Topic
    Gets or sets the name.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    'Usage
     
    
    Dim instance As TimeRange
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also