Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / BoxWhiskerOptions Property


In This Topic
    BoxWhiskerOptions Property
    In This Topic
    Gets an IBoxWhiskerOptions object that represents the properties of a box and whisker chart.
    Syntax
    'Declaration
     
    ReadOnly Property BoxWhiskerOptions As IBoxWhiskerOptions
    'Usage
     
    Dim instance As ISeries
    Dim value As IBoxWhiskerOptions
     
    value = instance.BoxWhiskerOptions
    IBoxWhiskerOptions BoxWhiskerOptions {get;}
    See Also