New to Telerik Document ProcessingStart a free 30-day trial

Specifies how chart series data should be represented in the exported JSON.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Json

Assembly:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Json.dll

Syntax:

C#
public enum ChartDataMode

Fields

Both reference expressions and resolved values are exported for each data channel.

C#
Both = 2

Only the formula / reference expressions are exported; literal value arrays are omitted.

C#
ReferencesOnly = 0

Only resolved literal values are exported; formula / reference expressions are omitted.

C#
ResolvedValues = 1
In this article
DefinitionFieldsBothReferencesOnlyResolvedValues
Not finding the help you need?
Contact Support