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;}
See Also