Class AxisCellStyleEventArgs
Inheritance
System.Object
System.EventArgs
AxisCellStyleEventArgs
Assembly: FastReport.Olap.dll
Syntax
public class AxisCellStyleEventArgs : EventArgs
Constructors
AxisCellStyleEventArgs(CellInfo, DrawerState, Style)
Declaration
public AxisCellStyleEventArgs(CellInfo cell, DrawerState cs, Style style)
Parameters
Properties
Cell
Declaration
public CellInfo Cell { get; }
Property Value
CellState
Declaration
public DrawerState CellState { get; }
Property Value
Style
Declaration
public Style Style { get; }
Property Value