C# 클래스 CSChartServer.cWebChartItem

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

공개 메소드들

메소드 설명
setAltLabel ( string p ) : void
setAlternateValue ( double p ) : void
setAlternateValue ( int p ) : void
setExplode ( bool p ) : void
setPieLabel ( string p ) : void
setPrimaryLabel ( string p ) : void
setPrimaryValue ( double p ) : void

메소드 상세

setAltLabel() 공개 메소드

public setAltLabel ( string p ) : void
p string
리턴 void

setAlternateValue() 공개 메소드

public setAlternateValue ( double p ) : void
p double
리턴 void

setAlternateValue() 공개 메소드

public setAlternateValue ( int p ) : void
p int
리턴 void

setExplode() 공개 메소드

public setExplode ( bool p ) : void
p bool
리턴 void

setPieLabel() 공개 메소드

public setPieLabel ( string p ) : void
p string
리턴 void

setPrimaryLabel() 공개 메소드

public setPrimaryLabel ( string p ) : void
p string
리턴 void

setPrimaryValue() 공개 메소드

public setPrimaryValue ( double p ) : void
p double
리턴 void