Class AxisCellSizeEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll
Event arguments for axis cell size event.
public class AxisCellSizeEventArgs : EventArgs
Inheritance
object ← EventArgs ← AxisCellSizeEventArgs
Constructors
AxisCellSizeEventArgs(CellInfo, DrawerState, bool, Size)
Creates a new instance.
public AxisCellSizeEventArgs(CellInfo cell, DrawerState cs, bool growInHeight, Size sz)
Parameters
cell
CellInfo
cs
DrawerState
growInHeight
bool
sz
Size
Properties
Cell
Gets the cell.
public CellInfo Cell { get; }
Property Value
CellState
Gets the cell state.
public DrawerState CellState { get; }
Property Value
GrowInHeight
Gets condition for growing in height.
public bool GrowInHeight { get; }
Property Value
Size
Gets or sets size.
public Size Size { get; set; }