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

In This Topic
    ChartType Enumeration
    In This Topic
    Specifies the type of financial chart.
    Syntax
    'Declaration
     
    
    Public Enum ChartType 
       Inherits System.Enum
    public enum ChartType : System.Enum 
    Members
    MemberDescription
    AreaShows line chart with area below the line filled with color.
    ArmsCandleVolumeCreated by Richard Arms, this chart is a combination of EquiVolume and CandleVolume chart types.
    CandlestickPresents 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.
    CandleVolumeIdentical to the standard Candlestick chart, except that the width of each bar is determined by Volume value.
    ColumnShows vertical bars and allows you to compare values of items across categories.
    ColumnVolumeIdentical to the standard Column chart, except that the width of each bar is determined by the Volume value.
    EquiVolumeSimilar to the Candlestick chart, but shows the high and low values only. In addition, the width of each bar is determined by Volume value.
    HeikinAshiDerived from the candlestick chart and uses information from the current and prior period in order to filter out the noise. These charts cannot be combined with any other series objects.
    HighLowOpenCloseDisplays 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.
    KagiIgnores time and focuses on price action. These charts cannot be combined with any other series objects.
    LineShows trends over a period of time or across categories.
    LineBreakFilters out noise by focusing exclusively on price changes. These charts cannot be combined with any other series objects.
    LineSymbolsShows line chart with a symbol on each data point.
    PointAndFigurePoint and figure financial chart.
    RenkoIgnores time and focuses on price changes that meet a specified amount. These charts cannot be combined with any other series objects.
    ScatterUses X and Y coordinates to show patterns within the data.
    Inheritance Hierarchy

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

    See Also