C# Class CSReportDll.cReportChart

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

Public Methods

Method Description
getChartCreated ( ) : bool
getChartTitle ( ) : String
getChartType ( ) : csRptChartType
getCopyRight ( ) : String
getDiameter ( ) : csRptChartPieDiameter
getFormat ( ) : csRptChartFormat
getGridLines ( ) : csRptChartLineStyle
getGroupFieldIndex ( ) : int
getGroupFieldName ( ) : String
getGroupValue ( ) : String
getImage ( ) : Image
getLastErrorDescription ( ) : String
getLastErrorFunction ( ) : String
getLastErrorInfoAdd ( ) : String
getLastErrorLine ( ) : String
getLastErrorModule ( ) : String
getLastErrorNumber ( ) : String
getOutlineBars ( ) : bool
getSeries ( ) : cReportChartSeries
getShowValues ( ) : bool
getSort ( ) : bool
getThickness ( ) : csRptChartPieThickness
getTop ( ) : int
make ( DataRowCollection rows, String strFormat, bool bIsForWeb, String fileName ) : bool
makeChartFromRs ( DataTable rs, String fileName ) : bool
setChartCreated ( bool rhs ) : void
setChartTitle ( String rhs ) : void
setChartType ( csRptChartType rhs ) : void
setCopyRight ( String value ) : void
setDiameter ( csRptChartPieDiameter value ) : void
setFormat ( csRptChartFormat value ) : void
setGridLines ( csRptChartLineStyle value ) : void
setGroupFieldIndex ( int value ) : void
setGroupFieldName ( String value ) : void
setGroupValue ( String value ) : void
setImage ( Image rhs ) : void
setOutlineBars ( bool value ) : void
setSeries ( cReportChartSeries rhs ) : void
setShowValues ( bool value ) : void
setSort ( bool rhs ) : void
setThickness ( csRptChartPieThickness value ) : void
setTop ( int rhs ) : void

Private Methods

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
loadChart ( String fileName ) : void
pDestroyImage ( ) : void
pFill ( cWebChart chart, DataRowCollection rows, String strFormat ) : void
pGetExt ( ) : String
pGetSerieValues ( DataRowCollection rows, t_SerieValue v, int valueIndex, int labelIndex, bool bOthers ) : void
pGetSerieValuesAux ( DataRowCollection rows, t_SerieValue v, int valueIndex, int labelIndex, int i, int j, bool bAdd ) : bool
pKillFile ( String fileName ) : void
pRedim ( t_SerieValue &vSeries, int size ) : void
pRedimPreserve ( t_SerieValue &vSeries, int size ) : void
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getChartCreated() public method

public getChartCreated ( ) : bool
return bool

getChartTitle() public method

public getChartTitle ( ) : String
return String

getChartType() public method

public getChartType ( ) : csRptChartType
return csRptChartType

getCopyRight() public method

public getCopyRight ( ) : String
return String

getDiameter() public method

public getDiameter ( ) : csRptChartPieDiameter
return csRptChartPieDiameter

getFormat() public method

public getFormat ( ) : csRptChartFormat
return csRptChartFormat

getGridLines() public method

public getGridLines ( ) : csRptChartLineStyle
return csRptChartLineStyle

getGroupFieldIndex() public method

public getGroupFieldIndex ( ) : int
return int

getGroupFieldName() public method

public getGroupFieldName ( ) : String
return String

getGroupValue() public method

public getGroupValue ( ) : String
return String

getImage() public method

public getImage ( ) : Image
return Image

getLastErrorDescription() public method

public getLastErrorDescription ( ) : String
return String

getLastErrorFunction() public method

public getLastErrorFunction ( ) : String
return String

getLastErrorInfoAdd() public method

public getLastErrorInfoAdd ( ) : String
return String

getLastErrorLine() public method

public getLastErrorLine ( ) : String
return String

getLastErrorModule() public method

public getLastErrorModule ( ) : String
return String

getLastErrorNumber() public method

public getLastErrorNumber ( ) : String
return String

getOutlineBars() public method

public getOutlineBars ( ) : bool
return bool

getSeries() public method

public getSeries ( ) : cReportChartSeries
return cReportChartSeries

getShowValues() public method

public getShowValues ( ) : bool
return bool

getSort() public method

public getSort ( ) : bool
return bool

getThickness() public method

public getThickness ( ) : csRptChartPieThickness
return csRptChartPieThickness

getTop() public method

public getTop ( ) : int
return int

make() public method

public make ( DataRowCollection rows, String strFormat, bool bIsForWeb, String fileName ) : bool
rows DataRowCollection
strFormat String
bIsForWeb bool
fileName String
return bool

makeChartFromRs() public method

public makeChartFromRs ( DataTable rs, String fileName ) : bool
rs DataTable
fileName String
return bool

setChartCreated() public method

public setChartCreated ( bool rhs ) : void
rhs bool
return void

setChartTitle() public method

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

setChartType() public method

public setChartType ( csRptChartType rhs ) : void
rhs csRptChartType
return void

setCopyRight() public method

public setCopyRight ( String value ) : void
value String
return void

setDiameter() public method

public setDiameter ( csRptChartPieDiameter value ) : void
value csRptChartPieDiameter
return void

setFormat() public method

public setFormat ( csRptChartFormat value ) : void
value csRptChartFormat
return void

setGridLines() public method

public setGridLines ( csRptChartLineStyle value ) : void
value csRptChartLineStyle
return void

setGroupFieldIndex() public method

public setGroupFieldIndex ( int value ) : void
value int
return void

setGroupFieldName() public method

public setGroupFieldName ( String value ) : void
value String
return void

setGroupValue() public method

public setGroupValue ( String value ) : void
value String
return void

setImage() public method

public setImage ( Image rhs ) : void
rhs Image
return void

setOutlineBars() public method

public setOutlineBars ( bool value ) : void
value bool
return void

setSeries() public method

public setSeries ( cReportChartSeries rhs ) : void
rhs cReportChartSeries
return void

setShowValues() public method

public setShowValues ( bool value ) : void
value bool
return void

setSort() public method

public setSort ( bool rhs ) : void
rhs bool
return void

setThickness() public method

public setThickness ( csRptChartPieThickness value ) : void
value csRptChartPieThickness
return void

setTop() public method

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