Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SeriesDataField Class / DataOrientation Property


In This Topic
    DataOrientation Property
    In This Topic
    Gets a value that indicates whether the SeriesDataField returns data vertically or horizontally.
    Syntax
    'Declaration
     
    
    Public Property DataOrientation As DataOrientation
    'Usage
     
    
    Dim instance As SeriesDataField
    Dim value As DataOrientation
     
    instance.DataOrientation = value
     
    value = instance.DataOrientation
    public DataOrientation DataOrientation {get; set;}

    Property Value

    true if vertical; otherwise, false.
    See Also