WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicChartCellRenderer - WindowsForms API Reference | Syncfusion System.Windows.Forms.PictureBox celltype. ">

    Show / Hide Table of Contents

    Class GraphicChartCellRenderer

    Custom GraphicCellRenderer for System.Windows.Forms.PictureBox celltype.

    Inheritance
    System.Object
    GraphicCellRendererBase<System.Windows.Forms.PictureBox>
    GraphicChartCellRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<PictureBox>.RaiseSaveChanges()
    GraphicCellRendererBase<PictureBox>.GetControlValue()
    GraphicCellRendererBase<PictureBox>.ShouldTryToHandleKeyDown(GraphicCellControl, PreviewKeyDownEventArgs)
    GraphicCellRendererBase<PictureBox>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<PictureBox>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<PictureBox>.WireUIElement(PictureBox)
    GraphicCellRendererBase<PictureBox>.UnWireUIElement(PictureBox)
    GraphicCellRendererBase<PictureBox>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<PictureBox>.Dispose()
    GraphicCellRendererBase<PictureBox>.Dispose(Boolean)
    GraphicCellRendererBase<PictureBox>.HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
    GraphicCellRendererBase<PictureBox>.CurrentRendererElement
    GraphicCellRendererBase<PictureBox>.CurrentGraphicObject
    GraphicCellRendererBase<PictureBox>.IsEditable
    GraphicCellRendererBase<PictureBox>.GraphicModel
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.SpreadsheetHelper
    Assembly: Syncfusion.SpreadsheetHelper.Windows.dll
    Syntax
    public class GraphicChartCellRenderer : GraphicCellRendererBase<PictureBox>, 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 Description
    ChartToImageConverter

    Methods

    OnCreateElement(GraphicObject)

    Creates a new System.Windows.Forms.PictureBox.

    Declaration
    protected override PictureBox OnCreateElement(GraphicObject graphicObject)
    Parameters
    Type Name Description
    GraphicObject 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

    GraphicCellControl

    System.Windows.Forms.PictureBox element

    System.Windows.Forms.PictureBox

    GraphicObject 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

    IGraphicCellRenderer
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved