Enum MultipleAxisMode
Allows the chart series to be displayed, depending on the value fields specified, in either a stacked or single chart area. The options available are:
These chart series will be drawn based on the Y-axis range values calculated from all of the bound value fields.
The first value field in the value axis will be used to format the Y-axis range values. For example, if the first value field is in currency format and the remaining value fields are in different number formats or no format, the currency format will be used for the Y-axis range values.
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public enum MultipleAxisMode
Fields
| Name |
|---|
| Combined |
| Single |
| Stacked |