Spread for ASP.NET 11 Product Documentation
DataOrientation Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace : DataOrientation Enumeration
Indicates whether the SeriesDataField property returns data vertically or horizontally.
Syntax
'Declaration
 
Public Enum DataOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As DataOrientation
public enum DataOrientation : System.Enum 
Members
MemberDescription
HorizontalThe SeriesDataField property returns data horizontally.
VerticalThe SeriesDataField property returns data vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.Chart.DataOrientation

See Also

Reference

FarPoint.Web.Spread.Chart Namespace