C# 클래스 CSReportDll.cReportChartSerie

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
getColor ( ) : csColors
getLabelFieldName ( ) : String
getLabelIndex ( ) : int
getValueFieldName ( ) : String
getValueIndex ( ) : int
setColor ( csColors value ) : void
setLabelFieldName ( String rhs ) : void
setLabelIndex ( int rhs ) : void
setValueFieldName ( String rhs ) : void
setValueIndex ( int rhs ) : void

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj, int index ) : bool
save ( CSXml xDoc, XmlNode nodeFather, int index ) : bool

메소드 상세

getColor() 공개 메소드

public getColor ( ) : csColors
리턴 csColors

getLabelFieldName() 공개 메소드

public getLabelFieldName ( ) : String
리턴 String

getLabelIndex() 공개 메소드

public getLabelIndex ( ) : int
리턴 int

getValueFieldName() 공개 메소드

public getValueFieldName ( ) : String
리턴 String

getValueIndex() 공개 메소드

public getValueIndex ( ) : int
리턴 int

setColor() 공개 메소드

public setColor ( csColors value ) : void
value csColors
리턴 void

setLabelFieldName() 공개 메소드

public setLabelFieldName ( String rhs ) : void
rhs String
리턴 void

setLabelIndex() 공개 메소드

public setLabelIndex ( int rhs ) : void
rhs int
리턴 void

setValueFieldName() 공개 메소드

public setValueFieldName ( String rhs ) : void
rhs String
리턴 void

setValueIndex() 공개 메소드

public setValueIndex ( int rhs ) : void
rhs int
리턴 void