alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartLabelInfo

    Chart Label information.

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

    Constructors

    ChartLabelInfo()

    Declaration
    public ChartLabelInfo()

    Properties

    Cell

    Cell information.

    Declaration
    public AxisSet Cell { get; set; }
    Property Value
    Type
    AxisSet

    ColIndex

    Column index.

    Declaration
    public int ColIndex { get; set; }
    Property Value
    Type
    int

    FieldName

    Field name.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type
    string

    HasChild

    Label has child.

    Declaration
    public bool HasChild { get; set; }
    Property Value
    Type
    bool

    IsDrilled

    Is drilled.

    Declaration
    public bool IsDrilled { get; set; }
    Property Value
    Type
    bool

    Level

    Level.

    Declaration
    public int Level { get; set; }
    Property Value
    Type
    int

    LevelName

    Level name.

    Declaration
    public string LevelName { get; set; }
    Property Value
    Type
    string

    Name

    Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    string

    RowIndex

    Row index.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type
    int

    Span

    Span.

    Declaration
    public int Span { get; set; }
    Property Value
    Type
    int

    Text

    Label Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved