C# 클래스 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
상속: ChartAttributeBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

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

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

MessageLogAttribute ( ) : System.Drawing

생성자

MessageLogAttribute ( string attrName ) : System.Drawing

생성자

메소드 상세

GenerateXmlAttributes() 공개 메소드

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

MessageLogAttribute() 공개 메소드

생성자
public MessageLogAttribute ( ) : System.Drawing
리턴 System.Drawing

MessageLogAttribute() 공개 메소드

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