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


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

    Property Value

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