Class GraphicChartCellRenderer
Custom GraphicCellRenderer for Syncfusion.SfChart celltype.
Inherited Members
Namespace: Syncfusion.UI.Xaml.SpreadsheetHelper
Assembly: Syncfusion.SfSpreadsheetHelper.UWP.dll
Syntax
public class GraphicChartCellRenderer : GraphicCellRendererBase<SfChart>, IGraphicCellRenderer, IDisposable
  Constructors
GraphicChartCellRenderer()
Creates an instance of GraphicChartCellRenderer
Declaration
public GraphicChartCellRenderer()
  Fields
ChartConverter
Converter used to convert the XlsIO chart into the SfChart or Image.
Declaration
protected ChartToImageConverter ChartConverter
  Field Value
| Type | 
|---|
| ChartToImageConverter | 
Methods
OnCreateElement(GraphicObject)
Creates a new Syncfusion.UI.Xaml.Charts.
Declaration
protected override SfChart OnCreateElement(GraphicObject graphicObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicObject | graphicObject | 
Returns
| Type | Description | 
|---|---|
| SfChart | 
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Syncfusion.UI.Xaml.Charts.SfChart>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
  
  
  
  OnInitializeElement(GraphicCellControl, SfChart, GraphicObject)
Initialize or update the properties of GraphicCellControl and its content.
Declaration
protected override void OnInitializeElement(GraphicCellControl container, SfChart element, GraphicObject graphicObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicCellControl | container | |
| SfChart | element | |
| GraphicObject | graphicObject | 
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Syncfusion.UI.Xaml.Charts.SfChart>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Syncfusion.UI.Xaml.Charts.SfChart, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
  Implements
      System.IDisposable