MindFusion.Wpf Pack Programmer's Guide
PlotBy Enumeration
See Also
 





Specifies how chart series are created from a data source.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  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

MindFusion.Spreadsheet.Wpf.Charts Namespace