Blazor

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

    Show / Hide Table of Contents

    Class PivotChartBorderType

    Defines border type for multi level labels. Rectangle - Shows chart border as rectangle. Brace - Shows chart border as braces. WithoutBorder - Shows chart without border. Without top Border - Shows chart with border on its top. Without top and bottom border - Shows chart with border on its top and bottom. Curly brace - Shows chart with curly braces.

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

    Fields

    Brace

    Brace - Shows chart border as braces.

    Declaration
    public const PivotChartBorderType Brace
    Field Value
    Type Description
    PivotChartBorderType

    CurlyBrace

    Curly brace - Shows chart with curly braces.

    Declaration
    public const PivotChartBorderType CurlyBrace
    Field Value
    Type Description
    PivotChartBorderType

    Rectangle

    Rectangle - Shows chart border as rectangle.

    Declaration
    public const PivotChartBorderType Rectangle
    Field Value
    Type Description
    PivotChartBorderType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WithoutBorder

    WithoutBorder - Shows chart without border.

    Declaration
    public const PivotChartBorderType WithoutBorder
    Field Value
    Type Description
    PivotChartBorderType

    WithoutTopandBottomBorder

    Without top and bottom border - Shows chart with border on its top and bottom.

    Declaration
    public const PivotChartBorderType WithoutTopandBottomBorder
    Field Value
    Type Description
    PivotChartBorderType

    WithoutTopBorder

    Without top Border - Shows chart with border on its top.

    Declaration
    public const PivotChartBorderType WithoutTopBorder
    Field Value
    Type Description
    PivotChartBorderType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved