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


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