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 |
---|
AxisSet |
ColIndex
Column index.
Declaration
public int ColIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
FieldName
Field name.
Declaration
public string FieldName { get; set; }
Property Value
Type |
---|
System.String |
HasChild
Label has child.
Declaration
public bool HasChild { get; set; }
Property Value
Type |
---|
System.Boolean |
IsDrilled
Is drilled.
Declaration
public bool IsDrilled { get; set; }
Property Value
Type |
---|
System.Boolean |
Level
Level.
Declaration
public int Level { get; set; }
Property Value
Type |
---|
System.Int32 |
LevelName
Level name.
Declaration
public string LevelName { get; set; }
Property Value
Type |
---|
System.String |
Name
Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
RowIndex
Row index.
Declaration
public int RowIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Span
Span.
Declaration
public int Span { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Label Text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |