Class AxisCellTextEventArgs
Inheritance
System.Object
System.EventArgs
AxisCellTextEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class AxisCellTextEventArgs : EventArgs
Constructors
AxisCellTextEventArgs(CellInfo, String)
Declaration
public AxisCellTextEventArgs(CellInfo cell, string text)
Parameters
Type | Name | Description |
---|---|---|
CellInfo | cell | |
System.String | text |
Properties
Cell
Declaration
public CellInfo Cell { get; }
Property Value
Type | Description |
---|---|
CellInfo |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |