Blazor

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

    Show / Hide Table of Contents

    Class ChartLabelInfo

    Chart Label information.

    Inheritance
    System.Object
    ChartLabelInfo
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartLabelInfo : Object

    Constructors

    ChartLabelInfo()

    Declaration
    public ChartLabelInfo()

    Properties

    Cell

    Cell information.

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

    ColIndex

    Column index.

    Declaration
    public int ColIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    FieldName

    Field name.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String

    HasChild

    Label has child.

    Declaration
    public bool HasChild { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsDrilled

    Is drilled.

    Declaration
    public bool IsDrilled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Level

    Level.

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32

    LevelName

    Level name.

    Declaration
    public string LevelName { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    RowIndex

    Row index.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Span

    Span.

    Declaration
    public int Span { get; set; }
    Property Value
    Type Description
    System.Int32

    Text

    Label Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved