Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartTheme - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartTheme

    Defines Theme of the chart. They are Material - Render a chart with Material theme. Fabric - Render a chart with Fabric theme. Bootstrap - Render a chart with Bootstrap theme. HighContrastLight - Render a chart with HighcontrastLight theme. MaterialDark - Render a chart with MaterialDark theme. FabricDark - Render a chart with FabricDark theme. HighContrast - Render a chart with HighContrast theme. BootstrapDark - Render a chart with BootstrapDark theme. Bootstrap4 - Render a chart with Bootstrap4 theme.

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

    Fields

    Bootstrap

    Bootstrap - Render a chart with Bootstrap theme.

    Declaration
    public const PivotChartTheme Bootstrap
    Field Value
    Type Description
    PivotChartTheme

    Bootstrap4

    Bootstrap4 - Render a chart with Bootstrap4 theme.

    Declaration
    public const PivotChartTheme Bootstrap4
    Field Value
    Type Description
    PivotChartTheme

    BootstrapDark

    BootstrapDark - Render a chart with BootstrapDark theme.

    Declaration
    public const PivotChartTheme BootstrapDark
    Field Value
    Type Description
    PivotChartTheme

    Fabric

    Fabric - Render a chart with Fabric theme.

    Declaration
    public const PivotChartTheme Fabric
    Field Value
    Type Description
    PivotChartTheme

    FabricDark

    FabricDark - Render a chart with FabricDark theme.

    Declaration
    public const PivotChartTheme FabricDark
    Field Value
    Type Description
    PivotChartTheme

    HighContrast

    HighContrast - Render a chart with HighContrast theme.

    Declaration
    public const PivotChartTheme HighContrast
    Field Value
    Type Description
    PivotChartTheme

    HighContrastLight

    HighContrastLight - Render a chart with HighcontrastLight theme.

    Declaration
    public const PivotChartTheme HighContrastLight
    Field Value
    Type Description
    PivotChartTheme

    Material

    Material - Render a chart with Material theme.

    Declaration
    public const PivotChartTheme Material
    Field Value
    Type Description
    PivotChartTheme

    MaterialDark

    MaterialDark - Render a chart with MaterialDark theme.

    Declaration
    public const PivotChartTheme MaterialDark
    Field Value
    Type Description
    PivotChartTheme

    value__

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