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


In This Topic
    ShowRange Property (IDataLabels)
    In This Topic
    Gets or sets a value indicating whether toggle the Range field if it exists on the data label range.
    Syntax
    'Declaration
     
    Property ShowRange As Boolean
    'Usage
     
    Dim instance As IDataLabels
    Dim value As Boolean
     
    instance.ShowRange = value
     
    value = instance.ShowRange
    bool ShowRange {get; set;}
    See Also