Class SparklineCellRenderer
CellRenderer which is used to render the Sparkline into the Cell.
Inherited Members
Namespace: Syncfusion.UI.Xaml.SpreadsheetHelper
Assembly: Syncfusion.SfSpreadsheetHelper.WPF.dll
Syntax
public class SparklineCellRenderer : SpreadsheetCellRendererBase, ISpreadsheetCellRenderer, IDisposable
Constructors
SparklineCellRenderer()
Declaration
public SparklineCellRenderer()
Methods
OnRender(RowColumnIndex, DrawingContext, Rect, SpreadsheetColumn, Object)
Declaration
protected override void OnRender(RowColumnIndex cellRowColumnIndex, DrawingContext dc, Rect cellRect, SpreadsheetColumn column, object textElement)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | |
System.Windows.Media.DrawingContext | dc | |
System.Windows.Rect | cellRect | |
SpreadsheetColumn | column | |
System.Object | textElement |
Overrides
Implements
System.IDisposable