[]
Abstract class that represents the renderer of the Excel-like sparklines.
public abstract class ExcelBaseSparkLineRenderer : ISparklineRenderer, ISerializable, ISerializeSupport
Public MustInherit Class ExcelBaseSparkLineRenderer
Implements ISparklineRenderer, ISerializable, ISerializeSupport
Name | Description |
---|---|
ExcelBaseSparkLineRenderer() |
Name | Description |
---|---|
GAP_WIDTH | The width of the Gap object. |
OFFSET_MIN | The minimum value of the Offset object. |
Name | Description |
---|---|
CreateChartModelFromExcelSparklineSetting(ExcelSparklineSetting) | Creates the chart model from excel sparkline settings. |
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. |