ChartFormat Interface
Contains chart properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return ChartFormat objects:
Remarks
A ChartFormat object allows you to access the following chart properties:
ChartFormat.Chart – Cast this property value to DevExpress.Spreadsheet.Charts.ChartObject to obtain a spreadsheet chart associated with the current document chart. Use the Spreadsheet Chart API to specify chart settings (select the source data, define series options, and specify the chart layout).
ChartFormat.Worksheet – Cast this property value to a DevExpress.Spreadsheet.Worksheet object to obtain a worksheet that stores chart data.