ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RenderNodeEventArgs Class / IsTitle Property



In This Topic
    IsTitle Property
    In This Topic
    Gets if the node is a Title node or not
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsTitle As Boolean
    'Usage
     
    
    Dim instance As RenderNodeEventArgs
    Dim value As Boolean
     
    value = instance.IsTitle
    public bool IsTitle {get;}
    public:
    property bool IsTitle {
       bool get();
    }
    See Also