Method | Description | |
---|---|---|
Dispose ( ) : void | ||
getItems ( ) : |
||
newChartType ( csRptChartType m_chartType, string m_chartTitle ) : void | ||
renderWebChartImage ( ) : void | ||
setColorAlternate ( csColors globalCSReportDllcsColors ) : void | ||
setColorPrimary ( csColors color ) : void | ||
setCopyRight ( string m_copyright ) : void | ||
setDiameter ( csRptChartPieDiameter m_pieDiameter ) : void | ||
setFileName ( string fileName ) : void | ||
setFormat ( csRptChartFormat m_imageFormat ) : void | ||
setGridLines ( csRptChartLineStyle m_chartLineStyle ) : void | ||
setLabelAlternate ( string p ) : void | ||
setLabelPrimary ( string p ) : void | ||
setOutlineBars ( bool m_chartBarOutline ) : void | ||
setSaveTo ( int p ) : void | ||
setShowLegend ( bool p ) : void | ||
setShowValues ( bool m_chartShowValues ) : void | ||
setThickness ( csRptChartPieThickness m_pieThickness ) : void |
public newChartType ( csRptChartType m_chartType, string m_chartTitle ) : void | ||
m_chartType | csRptChartType | |
m_chartTitle | string | |
return | void |
public setColorAlternate ( csColors globalCSReportDllcsColors ) : void | ||
globalCSReportDllcsColors | csColors | |
return | void |
public setColorPrimary ( csColors color ) : void | ||
color | csColors | |
return | void |
public setCopyRight ( string m_copyright ) : void | ||
m_copyright | string | |
return | void |
public setDiameter ( csRptChartPieDiameter m_pieDiameter ) : void | ||
m_pieDiameter | csRptChartPieDiameter | |
return | void |
public setFileName ( string fileName ) : void | ||
fileName | string | |
return | void |
public setFormat ( csRptChartFormat m_imageFormat ) : void | ||
m_imageFormat | csRptChartFormat | |
return | void |
public setGridLines ( csRptChartLineStyle m_chartLineStyle ) : void | ||
m_chartLineStyle | csRptChartLineStyle | |
return | void |
public setOutlineBars ( bool m_chartBarOutline ) : void | ||
m_chartBarOutline | bool | |
return | void |
public setShowValues ( bool m_chartShowValues ) : void | ||
m_chartShowValues | bool | |
return | void |
public setThickness ( csRptChartPieThickness m_pieThickness ) : void | ||
m_pieThickness | csRptChartPieThickness | |
return | void |