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


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