Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetSparkline Method / SetSparkline(Int32,Int32,CellRange,DataOrientation,SparklineType,CellRange,DataOrientation,SparklineSetting) Method
The row.
The column.
The data range.
The data orientation.
The sparkline type.
The date axis range.
The date axis range orientation.
The sparkline setting.


In This Topic
    SetSparkline(Int32,Int32,CellRange,DataOrientation,SparklineType,CellRange,DataOrientation,SparklineSetting) Method
    In This Topic
    Sets the sparkline.
    Syntax
    'Declaration
     
    Public Overloads Function SetSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal dataRange As CellRange, _
       ByVal dataOrientation As DataOrientation, _
       ByVal type As SparklineType, _
       ByVal dateAxisRange As CellRange, _
       ByVal dateAxisRangeOrientation As DataOrientation, _
       ByVal setting As SparklineSetting _
    ) As Sparkline
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim dataRange As CellRange
    Dim dataOrientation As DataOrientation
    Dim type As SparklineType
    Dim dateAxisRange As CellRange
    Dim dateAxisRangeOrientation As DataOrientation
    Dim setting As SparklineSetting
    Dim value As Sparkline
     
    value = instance.SetSparkline(row, column, dataRange, dataOrientation, type, dateAxisRange, dateAxisRangeOrientation, setting)

    Parameters

    row
    The row.
    column
    The column.
    dataRange
    The data range.
    dataOrientation
    The data orientation.
    type
    The sparkline type.
    dateAxisRange
    The date axis range.
    dateAxisRangeOrientation
    The date axis range orientation.
    setting
    The sparkline setting.

    Return Value

    The sparkline.
    See Also