alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PivotToolbarInfo

    Defines the current toolbar information such as current display options and its settings such as chart settings, grid settings, etc.

    Inheritance
    object
    PivotToolbarInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotToolbarInfo

    Constructors

    PivotToolbarInfo()

    Declaration
    public PivotToolbarInfo()

    Properties

    ChartSettings

    Defines the pivot chart settings such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.

    Declaration
    [JsonPropertyName("ChartSettings")]
    public PivotChartSettings ChartSettings { get; set; }
    Property Value
    Type
    PivotChartSettings

    DisplayOption

    Defines the current display settings such as current view port as either pivot table or pivot chart or both table and chart

    Declaration
    [JsonPropertyName("DisplayOption")]
    public PivotViewDisplayOption DisplayOption { get; set; }
    Property Value
    Type
    PivotViewDisplayOption

    GridSettings

    Defines the pivot table settings such as column width, row height, grid lines, text wrap settings, selection settings, etc.

    Declaration
    [JsonPropertyName("GridSettings")]
    public PivotViewGridSettings GridSettings { get; set; }
    Property Value
    Type
    PivotViewGridSettings
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved