Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataTable Interface / HasBorderOutline Property


In This Topic
    HasBorderOutline Property
    In This Topic
    Gets or sets a value indicating whether the chart data table has outline borders.
    Syntax
    'Declaration
     
    Property HasBorderOutline As Boolean
    'Usage
     
    Dim instance As IDataTable
    Dim value As Boolean
     
    instance.HasBorderOutline = value
     
    value = instance.HasBorderOutline
    bool HasBorderOutline {get; set;}
    See Also