C# Class CSChartServer.cWebChartItem

Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Method Details

setAltLabel() public method

public setAltLabel ( string p ) : void
p string
return void

setAlternateValue() public method

public setAlternateValue ( double p ) : void
p double
return void

setAlternateValue() public method

public setAlternateValue ( int p ) : void
p int
return void

setExplode() public method

public setExplode ( bool p ) : void
p bool
return void

setPieLabel() public method

public setPieLabel ( string p ) : void
p string
return void

setPrimaryLabel() public method

public setPrimaryLabel ( string p ) : void
p string
return void

setPrimaryValue() public method

public setPrimaryValue ( double p ) : void
p double
return void