C# Class NSoft.NFramework.FusionCharts.AlertElement

For any real-time chart, you can set up the alert manager as under:
Inheritance: ChartElementBase
显示文件 Open project: debop/NFramework

Public Methods

Method Description
AlertElement ( ) : NSoft.NFramework.Tools

Default constructor

GenerateXmlAttributes ( System writer ) : void

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

Method Details

AlertElement() public method

Default constructor
public AlertElement ( ) : NSoft.NFramework.Tools
return NSoft.NFramework.Tools

GenerateXmlAttributes() public method

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