Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IPoint Interface / IsTotal Property


In This Topic
    IsTotal Property
    In This Topic
    Gets or sets a value indicating whether the point represents a total.
    Syntax
    'Declaration
     
    Property IsTotal As Boolean
    'Usage
     
    Dim instance As IPoint
    Dim value As Boolean
     
    instance.IsTotal = value
     
    value = instance.IsTotal
    bool IsTotal {get; set;}
    See Also