[]
        
(Showing Draft Content)

FarPoint.Win.Spread.BaseSparkline

BaseSparkline Class

Base class that represents sparkline data infomation.

Inheritance
BaseSparkline
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class BaseSparkline : ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable
Public MustInherit Class BaseSparkline
    Implements ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable

Constructors

Name Description
BaseSparkline()

Initializes a new instance of the BaseSparkline class.

BaseSparkline(int, int)

Initializes a new instance of the BaseSparkline class.

Properties

Name Description
Column

Gets or sets the column.

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.

FirePropertyChanged(string, object, object)

Fires the property changed event.

FireUpdated()

Fires the updated event.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

GetSparkLineData()

Gets the sparkline data used for rendering.

OnPropertyChanged(PropertyTrackChangedEventArgs)

Raises the PropertyChanged event.

OnUpdated(EventArgs)

Raises the Updated event.

Serialize(XmlTextWriter)

Saves the object to XML.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Updated

Occurs when data has been updated.