Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - chartDataSeriesType

Description

a data series, a set of values representing one on the data series (can have multi series chart)

Properties

Name Type Occurrence Description
data Array<chartDataValueType> Optional a specific value for current tick i.e. 20 where that represents number of calls logged in jan
legend widgetChartDataSeriesLegendType Optional the name of the series if defined in chart data series definition.
seriesName xs:string Optional The name of the series, if further distinction is needed. Some chart widget definition data series are further broken into sub series like for ‘measureSamplesGroupBy’ data source type, In those cases legend information is not sufficient to identify those sub series hence it is specified here.
In This Document