Class GraphicChartCellRenderer
Custom GraphicCellRenderer for
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.SpreadsheetHelper
Assembly: Syncfusion.SfSpreadsheetHelper.WPF.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