menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MultipleAxisMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    System.Object
    MultipleAxisMode
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved