Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabels Interface / ShowValue Property


In This Topic
    ShowValue Property (IDataLabels)
    In This Topic
    Gets or sets a value indicating whether display the value for the data labels on a chart.
    Syntax
    'Declaration
     
    Property ShowValue As Boolean
    'Usage
     
    Dim instance As IDataLabels
    Dim value As Boolean
     
    instance.ShowValue = value
     
    value = instance.ShowValue
    bool ShowValue {get; set;}
    See Also