Interface IPdfChartRenderer
Defines members for classes which will be used to render charts when exporting a workbook to PDF.
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export
Assembly: Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
Syntax
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
void RenderChart(FixedContentEditor editor, FloatingChartShape chart)
Parameters
|
FixedContentEditor
editor
The editor which will render the chart. |
|
FloatingChartShape
chart
The chart to be rendered. |