Interface IChartData
Contract for chart data sources, covering their kind and cloning behavior for safe reuse across series.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface IChartData
Properties
ChartDataType
Gets the kind of chart data (formula, numeric literals, or string literals).
Declaration
ChartDataType ChartDataType { get; }
Property Value
|
ChartDataType
|
Methods
Clone()
Create a deep copy of this data source for independent mutation or reuse.
Declaration
IChartData Clone()
Returns
|
IChartData
The deep copy of the object. |