Struct SliceDrawHeader
Axis cell properties for drawing and other processing in the traverse routine
Namespace: FastReport.Olap.Slice
Assembly: FastReport.Olap.dll
Syntax
public struct SliceDrawHeader
Fields
Alignment
Horizontal Alignment
Declaration
public Alignment Alignment
Field Value
Type | Description |
---|---|
Alignment |
Cell
Cell coordinate
Declaration
public int Cell
Field Value
Type | Description |
---|---|
System.Int32 |
CellProperties
Type
Declaration
public PropertyOfCellAxis CellProperties
Field Value
Type | Description |
---|---|
PropertyOfCellAxis |
Level
Level coordinate
Declaration
public int Level
Field Value
Type | Description |
---|---|
System.Int32 |
MeasureIndex
Measure index
Declaration
public int MeasureIndex
Field Value
Type | Description |
---|---|
System.Int32 |
NodeIndex
Index of cell in NodeLevel
Declaration
public int NodeIndex
Field Value
Type | Description |
---|---|
System.Int32 |
NodeLevel
Level of cell
Declaration
public int NodeLevel
Field Value
Type | Description |
---|---|
System.Int32 |
Text
Text in cell
Declaration
public string Text
Field Value
Type | Description |
---|---|
System.String |
TotalIndex
Index of additional total
Declaration
public int TotalIndex
Field Value
Type | Description |
---|---|
System.Int32 |
TreeRect
Coordinates and sizes of cell
Declaration
public CellRect TreeRect
Field Value
Type | Description |
---|---|
CellRect |
ValueIndex
Id of cell value
Declaration
public int ValueIndex
Field Value
Type | Description |
---|---|
System.Int32 |