7dd8ae517f845d5218ee0688cc624d35ee85660c
API/CodeSamples/ChartSortFields.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | 6 | |
| 7 | -Gets or sets the list of additional columns that are used to sort chart data. This will apply only when using charts that have a separator value corresponding to one of the values in the array. The resulting chart will sort elements according to any sort already specified by the report designer plus the value of the separator column. The strings entered into the array should be the column name without the schema and table. |
|
| 7 | +Gets or sets the list of additional columns that are used to sort chart data. This will apply only when using charts that have an additional chart element, such as Pareto charts. The resulting chart will sort elements according to any sort already specified by the report designer plus the value of the separator column. The strings entered into the array should be the column name without the schema and table. |
|
| 8 | 8 | |
| 9 | 9 | _**Note:** The wildcard "*" denotes the list of existing sort items on the chart._ |
| 10 | 10 | ##Global.asax (C♯) |
| ... | ... | @@ -52,7 +52,8 @@ End Class |
| 52 | 52 | |
| 53 | 53 | ##Screenshots |
| 54 | 54 | |
| 55 | -A sample report definition. Note the chart separator value. |
|
| 55 | +A sample report definition. Note the chart's "line value" field value. |
|
| 56 | + |
|
| 56 | 57 |  |
| 57 | 58 | |
| 58 | 59 | AdHocSettings.ChartSortFields = {"*", "ShipCountry"} |