OfficeChartsWpfExtensions.ActivateWpfCharts(OfficeCharts) Method
Enables Spreadsheet chart support for the WPF Rich Text Editor.
Namespace: DevExpress.Xpf.Spreadsheet.Services
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Parameters
Name | Type | Description |
---|---|---|
instance | OfficeCharts | An OfficeCharts instance. |
Remarks
The WPF Rich Text Editor uses WPF Spreadsheet Charts to render, import, and export documents that contain charts. Follow the steps below to enable spreadsheet charts in the Rich Text Editor:
Add references to the following assemblies:
- DevExpress.Spreadsheet.v24.1.Core.dll
- DevExpress.Xpf.Spreadsheet.v24.1.dll
- DevExpress.Charts.v24.1.Core.dll
- DevExpress.Xpf.Charts.v24.1.dll
- DevExpress.DataVisualization.v24.1.Core.dll
- DevExpress.TreeMap.v24.1.Core.dll
- DevExpress.Xpf.TreeMap.v24.1.dll
Call the ActivateWpfCharts method before the control is initialized:
Charts are stored in the SubDocument.Shapes collection. Use the ShapeCollection.InsertChart method to add a chart to a document.
See the following topic for details on how to use the Spreadsheet Chart API to create and modify charts in the Rich Text Editor: Charts in Rich Text Documents.