New to Telerik Document ProcessingStart a free 30-day trial

IChartData

Interface

Contract for chart data sources, covering their kind and cloning behavior for safe reuse across series.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public interface IChartData

Derived Classes: FormulaChartDataNumericChartDataStringChartDataWorkbookFormulaChartData

Methods

Create a deep copy of this data source for independent mutation or reuse.

C#
IChartData Clone()
Returns:

IChartData

The deep copy of the object.

Properties

Gets the kind of chart data (formula, numeric literals, or string literals).

C#
ChartDataType ChartDataType { get; }
In this article
DefinitionMethodsClone()PropertiesChartDataType
Not finding the help you need?
Contact Support