Interface
IPdfChartRenderer

Defines members for classes which will be used to render charts when exporting a workbook to PDF.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export

Assembly:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll

Syntax:

cs-api-definition
public interface IPdfChartRenderer

Methods

RenderChart(FixedContentEditor, FloatingChartShape)

Draws the specified chart onto the PDF page using the fixed content editor for custom chart rendering during export.

Declaration

cs-api-definition
void RenderChart(FixedContentEditor editor, FloatingChartShape chart)

Parameters

editor

FixedContentEditor

The editor which will render the chart.

chart

FloatingChartShape

The chart to be rendered.