Table of Contents

Class AxisCellTextEventArgs

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

Event arguments for axis cell text event.

public class AxisCellTextEventArgs : EventArgs

Inheritance

objectEventArgsAxisCellTextEventArgs

Constructors

AxisCellTextEventArgs(CellInfo, string)

Creates a new instance.

public AxisCellTextEventArgs(CellInfo cell, string text)

Parameters

cell CellInfo

text string

Properties

Cell

Gets cell.

public CellInfo Cell { get; }

Property Value

CellInfo

Text

Gets or sets text.

public string Text { get; set; }

Property Value

string