Class Graphic3DChartCellRenderer
Custom GraphicCellRenderer for
Inherited Members
GraphicCellRendererBase<SfChart3D>.HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
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 Graphic3DChartCellRenderer : GraphicCellRendererBase<SfChart3D>, IGraphicCellRenderer, IDisposable
Constructors
Graphic3DChartCellRenderer()
Creates an instance of Graphic3DChartCellRenderer
Declaration
public Graphic3DChartCellRenderer()
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 SfChart3D OnCreateElement(GraphicObject graphicObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicObject | graphicObject |
Returns
| Type | Description |
|---|---|
| SfChart3D |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Syncfusion.UI.Xaml.Charts.SfChart3D>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
OnInitializeElement(GraphicCellControl, SfChart3D, GraphicObject)
Initialize or update the properties of GraphicCellControl and its content.
Declaration
protected override void OnInitializeElement(GraphicCellControl container, SfChart3D element, GraphicObject graphicObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicCellControl | container | |
| SfChart3D | element | |
| GraphicObject | graphicObject |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Syncfusion.UI.Xaml.Charts.SfChart3D>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Syncfusion.UI.Xaml.Charts.SfChart3D, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
Implements
System.IDisposable