[]
Represents the renderer of the win/loss sparklines.
public class WinLossSparklineRenderer : ExcelBaseSparkLineRenderer, ISparklineRenderer, ISerializable, ISerializeSupport
Public Class WinLossSparklineRenderer
Inherits ExcelBaseSparkLineRenderer
Implements ISparklineRenderer, ISerializable, ISerializeSupport
Name | Description |
---|---|
WinLossSparklineRenderer() | Initializes a new instance of the WinLossSparklineRenderer class. |
WinLossSparklineRenderer(SerializationInfo, StreamingContext) | Initializes a new instance of the WinLossSparklineRenderer class. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
PaintSparkline(Graphics, Rectangle, Sparkline) | Paints the sparkline. |
Serialize(XmlTextWriter) | Saves the object to XML. |