Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ChartViewType Enumeration
Example Example


In This Topic
    ChartViewType Enumeration
    In This Topic
    Specified chart view type.
    Syntax
    'Declaration
     
    
    Public Enum ChartViewType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartViewType
    public enum ChartViewType : System.Enum 
    Members
    MemberDescription
    View2D2D chart view type.
    View3D3D chart view type.
    Example
    This example uses the ChartViewType enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Chart.ChartViewType

    See Also