Specifies how chart series are created from a data source.
Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts
Java Copy Code |
---|
public enum PlotBy |
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. |