Interface IChartData
Defines the members for the classes representing chart data.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface IChartData
Properties
ChartDataType
Gets the type of chart data.
Declaration
ChartDataType ChartDataType { get; }
Property Value
ChartDataType
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
IChartData Clone()
Returns
IChartData
The deep copy of the object. |