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


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