Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / PlotBy Property


In This Topic
    PlotBy Property (IChart)
    In This Topic
    Gets or sets the way columns or rows are used as data series on the chart.
    Syntax
    'Declaration
     
    Property PlotBy As RowCol
    'Usage
     
    Dim instance As IChart
    Dim value As RowCol
     
    instance.PlotBy = value
     
    value = instance.PlotBy
    RowCol PlotBy {get; set;}
    Remarks
    This function works with Spread WPF only.
    See Also