Search
PlotBy Enumeration
See Also
 






Specifies how chart series are created from a data source.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public enum PlotBy

 Members

  Member name Description

Column

Indicates that the leftmost column in the data source represents the category labels and each subsequent column represents a data series.

Row

Indicates that the top row in the data source represents the category labels and each subsequent row represents a data series.

 See Also