Enum ChartDataType
Represents the possible types of chart data.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum ChartDataType
Formula
Represents the formula chart data type. This type of chart data holds a formula which refers to the actual data.
NumericLiteral
Represents the numeric literals type. This type of chart data holds a series of numbers as data.
StringLiteral
Represents the string literals type. This type of chart data holds a series of strings as data.