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


In This Topic
    ShowDataLabel Property
    In This Topic
    Gets or sets a value indicating whether the point has a data label.
    Syntax
    'Declaration
     
    Property ShowDataLabel As Boolean
    'Usage
     
    Dim instance As IPoint
    Dim value As Boolean
     
    instance.ShowDataLabel = value
     
    value = instance.ShowDataLabel
    bool ShowDataLabel {get; set;}
    See Also