Specifies how chart series are created from a data source.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum PlotBy |
Visual Basic
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