Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITrendline Interface / DataLabel Property


In This Topic
    DataLabel Property (ITrendline)
    In This Topic
    Gets an IDataLabel object that represents the data label associated with the trendline.
    Syntax
    'Declaration
     
    ReadOnly Property DataLabel As IDataLabel
    'Usage
     
    Dim instance As ITrendline
    Dim value As IDataLabel
     
    value = instance.DataLabel
    IDataLabel DataLabel {get;}
    See Also