alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class AxisSet

    Allows you to configure the pivot cell information retrieved from the data source.

    Inheritance
    object
    AxisSet
    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 AxisSet

    Constructors

    AxisSet()

    Declaration
    public AxisSet()

    Properties

    ActualText

    It allows to set the actual text.

    Declaration
    [JsonPropertyName("actualText")]
    public object ActualText { get; set; }
    Property Value
    Type
    object

    ActualValue

    It allows to set actual value of the cell.

    Declaration
    [JsonPropertyName("actualValue")]
    public double ActualValue { get; set; }
    Property Value
    Type
    double

    Axis

    It allows to set the axis name of the member.

    Declaration
    [JsonPropertyName("axis")]
    public string Axis { get; set; }
    Property Value
    Type
    string

    ColIndex

    It allows to set column index to the cell.

    Declaration
    [JsonPropertyName("colIndex")]
    public int ColIndex { get; set; }
    Property Value
    Type
    int

    ColOrdinal

    It allows to set column ordinal of the cell.

    Declaration
    [JsonPropertyName("colOrdinal")]
    public int ColOrdinal { get; set; }
    Property Value
    Type
    int

    ColSpan

    It allows to set column span to the cell.

    Declaration
    [JsonPropertyName("colSpan")]
    public int ColSpan { get; set; }
    Property Value
    Type
    int

    ColumnHeaders

    Specifies the column header of a value cell.

    Declaration
    [JsonPropertyName("columnHeaders")]
    public object ColumnHeaders { get; set; }
    Property Value
    Type
    object

    CssClass

    It allows to custom class names to the cell.

    Declaration
    [JsonPropertyName("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type
    string

    DateText

    It allows set the formatted date string of the cell.

    Declaration
    [JsonPropertyName("dateText")]
    public string DateText { get; set; }
    Property Value
    Type
    string

    EnableHyperlink

    It allows to set the visibility of hyperlink to the cell.

    Declaration
    [JsonPropertyName("enableHyperlink")]
    public bool EnableHyperlink { get; set; }
    Property Value
    Type
    bool

    FormattedText

    It allows to set the formatted text.

    Declaration
    [JsonPropertyName("formattedText")]
    public string FormattedText { get; set; }
    Property Value
    Type
    string

    HasChild

    It allows to set whether the member has children or not.

    Declaration
    [JsonPropertyName("hasChild")]
    public bool HasChild { get; set; }
    Property Value
    Type
    bool

    Hierarchy

    It allows to set whether the member field is a attribute hierarchy or not.

    Declaration
    [JsonPropertyName("hierarchy")]
    public string Hierarchy { get; set; }
    Property Value
    Type
    string

    Index

    Specifies its position collections in data source.

    Declaration
    [JsonIgnore]
    public List<int> Index { get; set; }
    Property Value
    Type
    List<int>

    IndexObject

    Specifies its position collections in data source with indexed object.

    Declaration
    [JsonIgnore]
    public SortedList<int, int> IndexObject { get; set; }
    Property Value
    Type
    SortedList<int, int>

    IsDrilled

    It allows to set whether the member is driled or not.

    Declaration
    [JsonPropertyName("isDrilled")]
    public bool IsDrilled { get; set; }
    Property Value
    Type
    bool

    IsGrandSum

    Specifies whether the cell is grand summary or not.

    Declaration
    [JsonPropertyName("isGrandSum")]
    public bool IsGrandSum { get; set; }
    Property Value
    Type
    bool

    IsLevelFiltered

    Specifies whether the level of the cell is filtered or not.

    Declaration
    [JsonPropertyName("isLevelFiltered")]
    public bool IsLevelFiltered { get; set; }
    Property Value
    Type
    bool

    IsNamedSet

    It allows to set whether field is a namedset or not.

    Declaration
    [JsonPropertyName("isNamedSet")]
    public bool IsNamedSet { get; set; }
    Property Value
    Type
    bool

    IsSum

    Specifies whether the cell is summary or not.

    Declaration
    [JsonPropertyName("isSum")]
    public bool IsSum { get; set; }
    Property Value
    Type
    bool

    Level

    It allows to set level of the member.

    Declaration
    [JsonPropertyName("level")]
    public int Level { get; set; }
    Property Value
    Type
    int

    LevelUniqueName

    It allows to set the parent unique name.

    Declaration
    [JsonPropertyName("levelUniqueName")]
    public string LevelUniqueName { get; set; }
    Property Value
    Type
    string

    MemberType

    It allows to set member type.

    Declaration
    [JsonPropertyName("memberType")]
    public int MemberType { get; set; }
    Property Value
    Type
    int

    Members

    It allows to set the child members collection of the specific member.

    Declaration
    [JsonPropertyName("members")]
    public List<AxisSet> Members { get; set; }
    Property Value
    Type
    List<AxisSet>

    Ordinal

    It allows to set the cell ordinal.

    Declaration
    [JsonPropertyName("ordinal")]
    public int Ordinal { get; set; }
    Property Value
    Type
    int

    ParentUniqueName

    It allows to set the parent unique name.

    Declaration
    [JsonPropertyName("parentUniqueName")]
    public string ParentUniqueName { get; set; }
    Property Value
    Type
    string

    RowHeaders

    Specifies the row header of a value cell.

    Declaration
    [JsonPropertyName("rowHeaders")]
    public object RowHeaders { get; set; }
    Property Value
    Type
    object

    RowIndex

    It allows to set row index to the cell.

    Declaration
    [JsonPropertyName("rowIndex")]
    public int RowIndex { get; set; }
    Property Value
    Type
    int

    RowOrdinal

    It allows to set row ordinal of the cell.

    Declaration
    [JsonPropertyName("rowOrdinal")]
    public int RowOrdinal { get; set; }
    Property Value
    Type
    int

    RowSpan

    It allows to set row span to the cell.

    Declaration
    [JsonPropertyName("rowSpan")]
    public int RowSpan { get; set; }
    Property Value
    Type
    int

    ShowSubTotals

    It allows enable/disable sub totals.

    Declaration
    [JsonPropertyName("showSubTotals")]
    public bool ShowSubTotals { get; set; }
    Property Value
    Type
    bool

    Style

    It allows to set the style information for conditional formatting.

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

    Type

    It allows to set the member type.

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

    Value

    It allows to set value of the cell.

    Declaration
    [JsonPropertyName("value")]
    public double? Value { get; set; }
    Property Value
    Type
    double?

    ValueSort

    Specifies the data collection which is to be framed for value sorted members.

    Declaration
    [JsonPropertyName("valueSort")]
    public Dictionary<string, object> ValueSort { get; set; }
    Property Value
    Type
    Dictionary<string, object>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved