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 |
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 |
public getDiameter ( ) : csRptChartPieDiameter | ||
return | csRptChartPieDiameter |
public getGridLines ( ) : csRptChartLineStyle | ||
return | csRptChartLineStyle |
public getThickness ( ) : csRptChartPieThickness | ||
return | csRptChartPieThickness |
public make ( DataRowCollection rows, String strFormat, bool bIsForWeb, String fileName ) : bool | ||
rows | DataRowCollection | |
strFormat | String | |
bIsForWeb | bool | |
fileName | String | |
return | bool |
public makeChartFromRs ( DataTable rs, String fileName ) : bool | ||
rs | DataTable | |
fileName | String | |
return | bool |
public setChartType ( csRptChartType rhs ) : void | ||
rhs | csRptChartType | |
return | void |
public setDiameter ( csRptChartPieDiameter value ) : void | ||
value | csRptChartPieDiameter | |
return | void |
public setFormat ( csRptChartFormat value ) : void | ||
value | csRptChartFormat | |
return | void |
public setGridLines ( csRptChartLineStyle value ) : void | ||
value | csRptChartLineStyle | |
return | void |
public setGroupFieldIndex ( int value ) : void | ||
value | int | |
return | void |
public setGroupFieldName ( String value ) : void | ||
value | String | |
return | void |
public setSeries ( cReportChartSeries rhs ) : void | ||
rhs | cReportChartSeries | |
return | void |
public setThickness ( csRptChartPieThickness value ) : void | ||
value | csRptChartPieThickness | |
return | void |