Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IBoxWhiskerOptions Interface / ShowInnerPoints Property


In This Topic
    ShowInnerPoints Property
    In This Topic
    Gets or sets a value indicating whether inner points are shown in a box and whisker chart.
    Syntax
    'Declaration
     
    Property ShowInnerPoints As Boolean
    'Usage
     
    Dim instance As IBoxWhiskerOptions
    Dim value As Boolean
     
    instance.ShowInnerPoints = value
     
    value = instance.ShowInnerPoints
    bool ShowInnerPoints {get; set;}
    See Also