StringChartData
Class
Stores a sequence of string values for use as category labels or series items in charts.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class StringChartData : IChartData
Inheritance: objectStringChartData
Implements:
Constructors
Initializes a new instance of the StringChartData class.
C#
public StringChartData(IEnumerable<string> stringLiterals)
Methods
Creates a deep copy of the object.
Properties
Gets the chart data kind, identifying this instance as string literals.
C#
public ChartDataType ChartDataType { get; }
Implements:
Gets the enumerable of string values provided to the consuming series.
C#
public IEnumerable<string> StringLiterals { get; }