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

In This Topic
    IsTitle Property (RenderNodeEventArgs)
    In This Topic
    Gets if the node is a Title node or not
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderNodeEventArgs.IsTitle", "Gets if the node is a Title node or not")>
    Public ReadOnly Property IsTitle As Boolean
    [C1Description("RenderNodeEventArgs.IsTitle", "Gets if the node is a Title node or not")]
    public bool IsTitle {get;}
    See Also