Class RecordBase
Base abstract class for chart Record implementations
Implements
Namespace: FastReport.BG.Data
Assembly: FastReport.BG.dll
Syntax
public abstract class RecordBase : IRecord
  Properties
Tag
Tag - some data sources may store additional internal information in this property
Declaration
public virtual object Tag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 
Text
Record text
Declaration
public virtual string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
Record value
Declaration
public virtual double Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Methods
DoChange()
Raise Change event
Declaration
protected void DoChange()
  Events
Change
Notifies when record changes properties
Declaration
public event EventHandler Change
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler |