Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / DataLabels Property


In This Topic
    DataLabels Property
    In This Topic
    Gets an object that represents either a single data label (a IDataLabel object) or a collection of all the data labels for the series (a IDataLabels collection).
    Syntax
    'Declaration
     
    ReadOnly Property DataLabels As IDataLabels
    'Usage
     
    Dim instance As ISeries
    Dim value As IDataLabels
     
    value = instance.DataLabels
    IDataLabels DataLabels {get;}
    See Also