Class 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.
Inheritance
System.Object
MultipleAxisMode
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class MultipleAxisMode : Enum
Fields
Combined
Declaration
public const MultipleAxisMode Combined
Field Value
Type |
---|
MultipleAxisMode |
Single
Declaration
public const MultipleAxisMode Single
Field Value
Type |
---|
MultipleAxisMode |
Stacked
Declaration
public const MultipleAxisMode Stacked
Field Value
Type |
---|
MultipleAxisMode |