C# Class CSChartServer.cWebChartItem

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public setAltLabel ( string p ) : void
p string
Résultat void

setAlternateValue() public méthode

public setAlternateValue ( double p ) : void
p double
Résultat void

setAlternateValue() public méthode

public setAlternateValue ( int p ) : void
p int
Résultat void

setExplode() public méthode

public setExplode ( bool p ) : void
p bool
Résultat void

setPieLabel() public méthode

public setPieLabel ( string p ) : void
p string
Résultat void

setPrimaryLabel() public méthode

public setPrimaryLabel ( string p ) : void
p string
Résultat void

setPrimaryValue() public méthode

public setPrimaryValue ( double p ) : void
p double
Résultat void