Class Graphic3DChartCellRenderer
Custom GraphicCellRenderer for System.Windows.Forms.PictureBox celltype.
Inheritance
System.Object
GraphicCellRendererBase<System.Windows.Forms.PictureBox>
Graphic3DChartCellRenderer
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.Windows.Forms.SpreadsheetHelper
Assembly: Syncfusion.SpreadsheetHelper.Windows.dll
Syntax
public class Graphic3DChartCellRenderer : GraphicCellRendererBase<PictureBox>, 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 System.Windows.Forms.PictureBox.
Declaration
protected override PictureBox OnCreateElement(GraphicObject graphicObject)
Parameters
Type | Name | Description |
---|---|---|
GraphicObject | graphicObject |
Returns
Type | Description |
---|---|
System.Windows.Forms.PictureBox | System.Windows.Forms.PictureBox |
Overrides
Syncfusion.Windows.Forms.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Forms.PictureBox>.OnCreateElement(Syncfusion.Windows.Forms.Spreadsheet.GraphicCells.GraphicObject)
OnInitializeElement(GraphicCellControl, PictureBox, GraphicObject)
Initialize or update the properties of GraphicCellControl and its content.
Declaration
protected override void OnInitializeElement(GraphicCellControl container, PictureBox element, GraphicObject graphicObject)
Parameters
Type | Name | Description |
---|---|---|
GraphicCellControl | container | |
System.Windows.Forms.PictureBox | element | System.Windows.Forms.PictureBox |
GraphicObject | graphicObject |
Overrides
Syncfusion.Windows.Forms.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Forms.PictureBox>.OnInitializeElement(Syncfusion.Windows.Forms.Spreadsheet.GraphicCells.GraphicCellControl, System.Windows.Forms.PictureBox, Syncfusion.Windows.Forms.Spreadsheet.GraphicCells.GraphicObject)
Implements
System.IDisposable