C# Class CSReportDll.cReportChartSerie

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

Méthodes publiques

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

Private Methods

Méthode Description
load ( CSXml xDoc, XmlNode nodeObj, int index ) : bool
save ( CSXml xDoc, XmlNode nodeFather, int index ) : bool

Method Details

getColor() public méthode

public getColor ( ) : csColors
Résultat csColors

getLabelFieldName() public méthode

public getLabelFieldName ( ) : String
Résultat String

getLabelIndex() public méthode

public getLabelIndex ( ) : int
Résultat int

getValueFieldName() public méthode

public getValueFieldName ( ) : String
Résultat String

getValueIndex() public méthode

public getValueIndex ( ) : int
Résultat int

setColor() public méthode

public setColor ( csColors value ) : void
value csColors
Résultat void

setLabelFieldName() public méthode

public setLabelFieldName ( String rhs ) : void
rhs String
Résultat void

setLabelIndex() public méthode

public setLabelIndex ( int rhs ) : void
rhs int
Résultat void

setValueFieldName() public méthode

public setValueFieldName ( String rhs ) : void
rhs String
Résultat void

setValueIndex() public méthode

public setValueIndex ( int rhs ) : void
rhs int
Résultat void