public GenerateXml ( string chartTitle, string xValue, string xTitle, string yValue, string yTitle, GroupAction groupAction, string colors ) : string | ||
chartTitle | string | Title of the chart |
xValue | string | Column name to use as x value |
xTitle | string | Title to give to x |
yValue | string | Column name to use as y value |
yTitle | string | Title to give to y |
groupAction | GroupAction | Action to perform (sum, count, ...) |
colors | string | List of colors to use (separated by ;) |
return | string |