Class 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/> Single - Group the chart series of different measures and display them with separate Y-axes in a single chart area.br/> Combined - Group the chart series with a single Y-axis for all value fields in the pivot chart area. These chart series will be drawn based on the Y-axis range values calculated from all of the bound value fields. Note: 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
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MultipleAxisMode : Enum
Fields
Combined
Group the chart series with a single Y-axis for all value fields in the pivot chart area. These chart series will be drawn based on the Y-axis range values calculated from all of the bound value fields. Note: 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.
Declaration
public const MultipleAxisMode Combined
Field Value
Type |
---|
MultipleAxisMode |
Single
Group the chart series of different measures and display them with separate Y-axes in a single chart area.
Declaration
public const MultipleAxisMode Single
Field Value
Type |
---|
MultipleAxisMode |
Stacked
Separates the chart series of different measures and display them in their own chart area.
Declaration
public const MultipleAxisMode Stacked
Field Value
Type |
---|
MultipleAxisMode |