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

Chart Style
상속: ChartElementBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

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

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

보호된 메소드들

메소드 설명
ChartStyleElementBase ( string name, string type ) : System.Xml

메소드 상세

ChartStyleElementBase() 보호된 메소드

protected ChartStyleElementBase ( string name, string type ) : System.Xml
name string
type string
리턴 System.Xml

GenerateXmlAttributes() 공개 메소드

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