[]
Represents sparkline data based on the cell range.
[TypeConverter(typeof(_aiw))]
public class ExcelSparkline : BaseSparkline, ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable, ISheetCellRangeSupport, IDisposable
<TypeConverter(GetType(_aiw))>
Public Class ExcelSparkline
Inherits BaseSparkline
Implements ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable, ISheetCellRangeSupport, IDisposable
| Name | Description |
|---|---|
| ExcelSparkline() | Initializes a new instance of the ExcelSparkline class. |
| ExcelSparkline(int, int, SheetView, CellRange) | Initializes a new instance of the ExcelSparkline class. |
| ExcelSparkline(int, int, string) | Initializes a new instance of the ExcelSparkline class. |
| ExcelSparkline(SerializationInfo, StreamingContext) | Initializes a new instance of the ExcelSparkline class. |
| Name | Description |
|---|---|
| Column | Gets or sets the column. |
| Formula | Gets or sets the formula. |
| ReferenceError | Gets a value that indicates whether the current cell range is an invalid reference. |
| Row | Gets or sets the row. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| FireFormulaChanged() | Fires the formula changed. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| GetSparkLineData() | Gets the sparkline data used for rendering. |
| ReLoadFormula(FpSpread, SheetView) | Reevaluates the formula. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| Name | Description |
|---|---|
| FormulaChanged | Occurs when the formula is changed. |
| Name | Description |
|---|---|
| operator ==(ExcelSparkline, ExcelSparkline) | Returns a value indicating whether this instance is equal to a specified object. |
| operator !=(ExcelSparkline, ExcelSparkline) | Returns a value indicating whether this instance is not equal to a specified object. |