Enum MultipleAxisMode
Defines the mode of displaying the chart series that are created from different measures. They are Stacked - Separates the chart series of different measures and display them in their own chart area.br/> Grouped - Group the chart series of different measures and display them in a single chart area.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum MultipleAxisMode
Fields
Name | Description |
---|---|
Grouped | Defines to group the chart series of different measures and display them in a single chart area. |
Stacked | Defines to separate the chart series of different measures and display them in their own chart area. |