Shape.ChartFormat Property
Returns chart properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
ChartFormat | An object that contains chart properties. |
Remarks
Use the ChartFormat property 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.