Enum ChartDataMode
Specifies how chart series data should be represented in the exported JSON.
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.Json
Assembly: Telerik.Windows.Documents.Spreadsheet.FormatProviders.Json.dll
Syntax
public enum ChartDataMode
Both
Both reference expressions and resolved values are exported for each data channel.
ReferencesOnly
Only the formula / reference expressions are exported; literal value arrays are omitted.
ResolvedValues
Only resolved literal values are exported; formula / reference expressions are omitted.