Table of Contents

Class AxisCellSizeEventArgs

Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll

Event arguments for axis cell size event.

public class AxisCellSizeEventArgs : EventArgs

Inheritance

objectEventArgsAxisCellSizeEventArgs

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

CellInfo

CellState

Gets the cell state.

public DrawerState CellState { get; }

Property Value

DrawerState

GrowInHeight

Gets condition for growing in height.

public bool GrowInHeight { get; }

Property Value

bool

Size

Gets or sets size.

public Size Size { get; set; }

Property Value

Size