Enum
ChartDataMode

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:

cs-api-definition
public enum ChartDataMode

Fields

Both

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

Declaration

cs-api-definition
Both = 2

Field Value

ChartDataMode

ReferencesOnly

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

Declaration

cs-api-definition
ReferencesOnly = 0

Field Value

ChartDataMode

ResolvedValues

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

Declaration

cs-api-definition
ResolvedValues = 1

Field Value

ChartDataMode

In this article
DefinitionFieldsBothReferencesOnlyResolvedValues
Not finding the help you need?
Contact Support