IPivotSeriesOptions
Defines configuration options for a pivot chart series.
Assign an array of IPivotSeriesOptions objects to the visualizer.series property to define chart series.
The aggregation function applied to valueField.
Supported values:
"count"(default)"sum"
- Type:
- "count" | "sum" readonly
- Implemented in:
- IPivotSeriesOptions
The data field whose values define individual series and appear in the legend.
- Type:
- string readonly
- Implemented in:
- IPivotSeriesOptions
The data field whose values are aggregated and plotted on the Y axis. If not specified, the seriesField is used.
- Type:
- string readonly
- Implemented in:
- IPivotSeriesOptions
The Y axis to which this series is bound. Applies only when useSecondaryYAxis is true.
Supported values:
"primary""secondary"
- Type:
- "primary" | "secondary" readonly
- Implemented in:
- IPivotSeriesOptions
Send feedback to the SurveyJS team
Need help? Visit our support page