Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartAlignment

    Show / Hide Table of Contents

    Class PivotChartAlignment

    Defines the Alignment. They are Near - Align the element to the left. Center - Align the element to the center. Far - Align the element to the right.

    Inheritance
    System.Object
    PivotChartAlignment
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotChartAlignment : Enum

    Fields

    Center

    Center - Align the element to the center.

    Declaration
    public const PivotChartAlignment Center
    Field Value
    Type Description
    PivotChartAlignment

    Far

    Far - Align the element to the right.

    Declaration
    public const PivotChartAlignment Far
    Field Value
    Type Description
    PivotChartAlignment

    Near

    Near - Align the element to the left.

    Declaration
    public const PivotChartAlignment Near
    Field Value
    Type Description
    PivotChartAlignment

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved