Table of Contents

Class AxisCellStyleEventArgs

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

Event arguments for axis cell style event.

public class AxisCellStyleEventArgs : EventArgs

Inheritance

objectEventArgsAxisCellStyleEventArgs

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

CellInfo

CellState

Gets cell state.

public DrawerState CellState { get; }

Property Value

DrawerState

Style

Gets style.

public Style Style { get; }

Property Value

Style