dotnetCHARTING Send comments on this topic.
SeriesTypeFinancial Enumeration
See Also  
dotnetCHARTING Namespace : SeriesTypeFinancial Enumeration


Specifies how a financial series will be shown on the chart.

Syntax

Visual Basic (Declaration)  
Public Enum SeriesTypeFinancial 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SeriesTypeFinancial
C#  
public enum SeriesTypeFinancial : Enum 

Members

Member Description
CandleStick Draws the series with candle sticks.
Bar Draws the series with bars.
Open Draws the opening price as a line.
Close Draws the closing price as a line.
High Draws the high price as a line.
Low Draws the low price as a line.
HighLowArea Draws a range area of highs and lows.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SeriesTypeFinancial

See Also