C# 클래스 NSoft.NFramework.FusionCharts.LineElementBase

상속: ChartElementBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

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

속성들을 Xml Attribute로 생성합니다.

보호된 메소드들

메소드 설명
LineElementBase ( ) : System

생성자

LineElementBase ( string elementName ) : System

생성자

메소드 상세

GenerateXmlAttributes() 공개 메소드

속성들을 Xml Attribute로 생성합니다.
public GenerateXmlAttributes ( System writer ) : void
writer System Attribute를 쓸 Writer
리턴 void

LineElementBase() 보호된 메소드

생성자
protected LineElementBase ( ) : System
리턴 System

LineElementBase() 보호된 메소드

생성자
protected LineElementBase ( string elementName ) : System
elementName string
리턴 System