Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataLabelSettings Class / ShowValue Property


In This Topic
    ShowValue Property (DataLabelSettings)
    In This Topic
    Gets or sets a value that indicates whether to show the value.
    Syntax
    'Declaration
     
    Public Property ShowValue As Boolean
    'Usage
     
    Dim instance As DataLabelSettings
    Dim value As Boolean
     
    instance.ShowValue = value
     
    value = instance.ShowValue
    public bool ShowValue {get; set;}

    Property Value

    true to show the value; otherwise, false.
    See Also