Class AxisCellStyleEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Event arguments for axis cell style event.
public class AxisCellStyleEventArgs : EventArgs
Inheritance
object ← EventArgs ← AxisCellStyleEventArgs
Constructors
AxisCellStyleEventArgs(CellInfo, DrawerState, Style)
Creates a new instance.
public AxisCellStyleEventArgs(CellInfo cell, DrawerState cs, Style style)
Parameters
cell
CellInfo
cs
DrawerState
style
Style
Properties
Cell
Gets cell.
public CellInfo Cell { get; }
Property Value
CellState
Gets cell state.
public DrawerState CellState { get; }
Property Value
Style
Gets style.
public Style Style { get; }
Property Value
Style