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


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