[]
Represents the renderer of the column sparklines.
public class ColumnSparklineRenderer : ExcelBaseSparkLineRenderer, ISparklineRenderer, ISerializable, ISerializeSupport
Public Class ColumnSparklineRenderer
Inherits ExcelBaseSparkLineRenderer
Implements ISparklineRenderer, ISerializable, ISerializeSupport
Name | Description |
---|---|
ColumnSparklineRenderer() | Initializes a new instance of the ColumnSparklineRenderer class. |
ColumnSparklineRenderer(SerializationInfo, StreamingContext) | Initializes a new instance of the ColumnSparklineRenderer 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. |