add_chart_series
Add a new series to a named chart. Specify value field and optionally series type for combo charts. Refuses duplicate series names.
Instructions
Append a new to a named chart. value_field is the dataset field whose Sum becomes the Y expression (=Sum(Fields!.Value)). series_type defaults to Column; combine series of different types in one chart for combo charts (e.g. Bar + Line). series_subtype defaults to Plain. Refuses if series_name already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| chart_name | Yes | ||
| series_name | Yes | ||
| series_type | No | Column / Bar / Line / Area / Pie / Doughnut / Range / Scatter / Bubble / Stock / Polar / Radar / Funnel / Pyramid | |
| value_field | Yes | ||
| series_subtype | No | Plain / Stacked / PercentStacked / Smooth / Exploded / SmoothLine / 100 / Line / Spline |