[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ExcelSparkline

ExcelSparkline Class

Represents sparkline data based on the cell range.

Inheritance
ExcelSparkline
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(_cj))]
public class ExcelSparkline : BaseSparkline, ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable, ISheetCellRangeSupport, IDisposable
<TypeConverter(GetType(_cj))>
Public Class ExcelSparkline
    Inherits BaseSparkline
    Implements ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable, ISheetCellRangeSupport, IDisposable

Constructors

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.

Properties

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.

Methods

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.

Events

Name Description
FormulaChanged

Occurs when the formula is changed.