menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicChartCellRenderer - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicChartCellRenderer

    Custom GraphicCellRenderer for Syncfusion.SfChart celltype.

    Inheritance
    System.Object
    GraphicCellRendererBase<SfChart>
    GraphicChartCellRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<SfChart>.Arrange(UIElement, Rect)
    GraphicCellRendererBase<SfChart>.CurrentGraphicObject
    GraphicCellRendererBase<SfChart>.CurrentRendererElement
    GraphicCellRendererBase<SfChart>.Dispose()
    GraphicCellRendererBase<SfChart>.Dispose(Boolean)
    GraphicCellRendererBase<SfChart>.GetControlValue()
    GraphicCellRendererBase<SfChart>.GraphicModel
    GraphicCellRendererBase<SfChart>.HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
    GraphicCellRendererBase<SfChart>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<SfChart>.IsEditable
    GraphicCellRendererBase<SfChart>.Measure(UIElement, Size)
    GraphicCellRendererBase<SfChart>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<SfChart>.RaiseSaveChanges()
    GraphicCellRendererBase<SfChart>.ShouldTryToHandleKeyDown(GraphicCellControl, KeyRoutedEventArgs)
    GraphicCellRendererBase<SfChart>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<SfChart>.UnWireUIElement(SfChart)
    GraphicCellRendererBase<SfChart>.WireUIElement(SfChart)
    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

    GraphicObject

    Returns
    Type Description
    SfChart

    Syncfusion.UI.Xaml.Charts

    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

    GraphicCellControl

    SfChart element

    Syncfusion.UI.Xaml.Charts

    GraphicObject 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

    IGraphicCellRenderer
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved