C# Class NSoft.NFramework.FusionCharts.Powers.CandleStick

The candle stick chart from FusionCharts v3 PowerCharts suite offers your a powerful and interactive interface to plot your stock data. It offers the following features: Features: Integrated price and volume plot. Volume plot can be turned on or off. Multiple options for price plotting - Candle stick / bar / line Interactive tool tip and customizable hover bar Allows you to plot trend lines and zones on the chart Apart from trend lines and zones, you can plot any number of custom trend sets on the chart. These trend sets can be customized to show any technical indicators. You can easily provide missing data using this chart. Any particular candle can be highlighted using color combination. Vertical indicator lines can be drawn at any point on x-axis.
Inheritance: NSoft.NFramework.FusionCharts.Charts.FusionChartBase
Mostra file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
AddSet ( double x, double open, double close, double high, double low, double volume ) : CandleStickSetElement

dataset element 하위로 set element를 추가합니다.

GenerateXmlAttributes ( System writer ) : void

속성 중 Attribute Node로 표현해야 한다.

Protected Methods

Method Description
GenerateXmlElements ( System writer ) : void

ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.

Method Details

AddSet() public method

dataset element 하위로 set element를 추가합니다.
public AddSet ( double x, double open, double close, double high, double low, double volume ) : CandleStickSetElement
x double
open double
close double
high double
low double
volume double
return CandleStickSetElement

GenerateXmlAttributes() public method

속성 중 Attribute Node로 표현해야 한다.
public GenerateXmlAttributes ( System writer ) : void
writer System
return void

GenerateXmlElements() protected method

ChartElementBase 형식의 Element 객체들을 XML Element Node로 생성합니다.
protected GenerateXmlElements ( System writer ) : void
writer System Element를 쓸 Writer
return void