C# Class CSReportDll.cReportChartSerie

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

Public Methods

Method 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

Method Description
load ( CSXml xDoc, XmlNode nodeObj, int index ) : bool
save ( CSXml xDoc, XmlNode nodeFather, int index ) : bool

Method Details

getColor() public method

public getColor ( ) : csColors
return csColors

getLabelFieldName() public method

public getLabelFieldName ( ) : String
return String

getLabelIndex() public method

public getLabelIndex ( ) : int
return int

getValueFieldName() public method

public getValueFieldName ( ) : String
return String

getValueIndex() public method

public getValueIndex ( ) : int
return int

setColor() public method

public setColor ( csColors value ) : void
value csColors
return void

setLabelFieldName() public method

public setLabelFieldName ( String rhs ) : void
rhs String
return void

setLabelIndex() public method

public setLabelIndex ( int rhs ) : void
rhs int
return void

setValueFieldName() public method

public setValueFieldName ( String rhs ) : void
rhs String
return void

setValueIndex() public method

public setValueIndex ( int rhs ) : void
rhs int
return void