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

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

공개 프로퍼티들

프로퍼티 타입 설명
ChartAttributeType System.Type
ChartElementType System.Type

공개 메소드들

메소드 설명
BuildChartXml ( this chart ) : string
BuildChartXml ( this chart, Encoding encoding, bool indent ) : string
BuildChartXml ( this chart, bool indent ) : string
ToFusionXmlString ( this value ) : string

인스턴스의 속성 값을 FusionChart Xml의 Attribute 값으로 사용하기 위해, 특수하게 사용합니다. (Color 는 Hex String으로 해야 하고, FusionLink는 포맷이 다르다)

비공개 메소드들

메소드 설명
WriteChartAttribute ( this attribute, BindingFlags bindingFlags, XmlWriter writer ) : void
WriteChartAttribute ( this attribute, XmlWriter writer ) : void
WriteChartElement ( this element, BindingFlags bindingFlags, XmlWriter writer ) : void
WriteChartElement ( this element, XmlWriter writer ) : void

메소드 상세

BuildChartXml() 공개 정적인 메소드

public static BuildChartXml ( this chart ) : string
chart this
리턴 string

BuildChartXml() 공개 정적인 메소드

public static BuildChartXml ( this chart, Encoding encoding, bool indent ) : string
chart this
encoding System.Text.Encoding
indent bool
리턴 string

BuildChartXml() 공개 정적인 메소드

public static BuildChartXml ( this chart, bool indent ) : string
chart this
indent bool
리턴 string

ToFusionXmlString() 공개 정적인 메소드

인스턴스의 속성 값을 FusionChart Xml의 Attribute 값으로 사용하기 위해, 특수하게 사용합니다. (Color 는 Hex String으로 해야 하고, FusionLink는 포맷이 다르다)
public static ToFusionXmlString ( this value ) : string
value this
리턴 string

프로퍼티 상세

ChartAttributeType 공개적으로 정적으로 프로퍼티

public static Type,System ChartAttributeType
리턴 System.Type

ChartElementType 공개적으로 정적으로 프로퍼티

public static Type,System ChartElementType
리턴 System.Type