[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ExcelBaseSparkLineRenderer

ExcelBaseSparkLineRenderer Class

Abstract class that represents the renderer of the Excel-like sparklines.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class ExcelBaseSparkLineRenderer : ISparklineRenderer, ISerializable, ISerializeSupport
Public MustInherit Class ExcelBaseSparkLineRenderer
    Implements ISparklineRenderer, ISerializable, ISerializeSupport

Constructors

Name Description
ExcelBaseSparkLineRenderer()

Fields

Name Description
GAP_WIDTH

The width of the Gap object.

OFFSET_MIN

The minimum value of the Offset object.

Methods

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.