Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITickLabels Interface / NumberFormatLinked Property


In This Topic
    NumberFormatLinked Property (ITickLabels)
    In This Topic
    Gets or sets a value indicating whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
    Syntax
    'Declaration
     
    Property NumberFormatLinked As Boolean
    'Usage
     
    Dim instance As ITickLabels
    Dim value As Boolean
     
    instance.NumberFormatLinked = value
     
    value = instance.NumberFormatLinked
    bool NumberFormatLinked {get; set;}
    See Also