[]
Base class that represents sparkline data infomation.
public abstract class BaseSparkline : ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable
Public MustInherit Class BaseSparkline
Implements ISparkline, IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable
Name | Description |
---|---|
BaseSparkline() | Initializes a new instance of the BaseSparkline class. |
BaseSparkline(int, int) | Initializes a new instance of the BaseSparkline class. |
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. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |
Updated | Occurs when data has been updated. |