ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / TreeMap Class / DataLabel Property

In This Topic
    DataLabel Property (TreeMap)
    In This Topic
    Gets the data label for data items.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeMap.DataLabel", "Gets the data label for data items.")>
    Public ReadOnly Property DataLabel As DataLabel
    [C1Description("TreeMap.DataLabel", "Gets the data label for data items.")]
    public DataLabel DataLabel {get;}
    See Also