ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / ChartType Enumeration

In This Topic
    ChartType Enumeration
    In This Topic
    Specifies which type of chart users want to create.
    Syntax
    'Declaration
     
    
    Public Enum ChartType 
       Inherits System.Enum
    public enum ChartType : System.Enum 
    Members
    MemberDescription
    AreaArea charts are line charts with the area below the line filled with color.
    BarBar charts show horizontal bars.
    BubbleBubble charts are Scatter charts with a third data value that determines the size of the symbol.
    CandlestickCandlestick charts present items with high, low, open, and close values. The size of the wick line is determined by the High and Low values, while the size of the bar is determined by the Open and Close values. The bar is displayed using different colors, depending on whether the close value is higher or lower than the open value.
    ColumnColumn charts show vertical bars and allow you to compare values of items across categories.
    FunnelDisplays funnel chart.
    HighLowOpenCloseHigh-low-open-close charts display the same information as a candlestick chart, except that opening values are displayed using lines to the left, while lines to the right indicate closing values.
    LineLine charts show trends over a period of time or across categories.
    LineSymbolsLine and symbol charts are line charts with a symbol on each data point.
    ScatterScatter charts use X and Y coordinates to show patterns within the data.
    SplineSpline charts are line charts that plot curves rather than angled lines through the data points.
    SplineAreaSpline area charts are spline charts with the area below the line filled with color.
    SplineSymbolsSpline and symbol charts are spline charts with symbols on each data point.
    StepDisplays a step chart.
    StepAreaDisplays a step area chart.
    StepSymbolsDisplays a step chart with symbols on each data point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Chart.ChartType

    See Also