Class AxisCellTextEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Event arguments for axis cell text event.
public class AxisCellTextEventArgs : EventArgs
Inheritance
object ← EventArgs ← AxisCellTextEventArgs
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
Text
Gets or sets text.
public string Text { get; set; }