C# Class NSoft.NFramework.FusionCharts.Widgets.MessageLogAttribute

FusionWidgets v3 introduces a new concept of streaming and showing real-time messages in the chart using Message Logger. The Message logger can be effectively used to show necessary real-time information or live error logs. Essentially, the message logger is a text based scrollable window that can listen to messages streamed from server and then do one of the following: Display the message in the message logger window Pass it to custom JavaScript functions (defined by you) for further actions
Inheritance: ChartAttributeBase
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
GenerateXmlAttributes ( System writer ) : void

Chart 설정 또는 변량에 대해 XML 속성으로 생성합니다.

MessageLogAttribute ( ) : System.Drawing

생성자

MessageLogAttribute ( string attrName ) : System.Drawing

생성자

Method Details

GenerateXmlAttributes() public method

Chart 설정 또는 변량에 대해 XML 속성으로 생성합니다.
public GenerateXmlAttributes ( System writer ) : void
writer System xml writer
return void

MessageLogAttribute() public method

생성자
public MessageLogAttribute ( ) : System.Drawing
return System.Drawing

MessageLogAttribute() public method

생성자
public MessageLogAttribute ( string attrName ) : System.Drawing
attrName string
return System.Drawing