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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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