Class AxisCellSizeEventArgs
Inheritance
System.Object
System.EventArgs
AxisCellSizeEventArgs
Assembly: FastReport.Olap.dll
Syntax
public class AxisCellSizeEventArgs : EventArgs
Constructors
AxisCellSizeEventArgs(CellInfo, DrawerState, Boolean, Size)
Declaration
public AxisCellSizeEventArgs(CellInfo cell, DrawerState cs, bool growInHeight, Size sz)
Parameters
Type |
Name |
Description |
CellInfo |
cell |
|
DrawerState |
cs |
|
System.Boolean |
growInHeight |
|
System.Drawing.Size |
sz |
|
Properties
Cell
Declaration
public CellInfo Cell { get; }
Property Value
CellState
Declaration
public DrawerState CellState { get; }
Property Value
GrowInHeight
Declaration
public bool GrowInHeight { get; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Declaration
public Size Size { get; set; }
Property Value
Type |
Description |
System.Drawing.Size |
|