C# 클래스 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.
상속: NSoft.NFramework.FusionCharts.Charts.FusionChartBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
AddSet ( double x, double open, double close, double high, double low, double volume ) : CandleStickSetElement

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

GenerateXmlAttributes ( System writer ) : void

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

보호된 메소드들

메소드 설명
GenerateXmlElements ( System writer ) : void

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

메소드 상세

AddSet() 공개 메소드

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
리턴 CandleStickSetElement

GenerateXmlAttributes() 공개 메소드

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

GenerateXmlElements() 보호된 메소드

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