Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / Adjustments Property


In This Topic
    Adjustments Property (IChartFormat)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Property Adjustments As IArray(Of Double)
    'Usage
     
    Dim instance As IChartFormat
    Dim value As IArray(Of Double)
     
    value = instance.Adjustments
    IArray<double> Adjustments {get;}
    See Also