Skip to content
Thomas Möller edited this page Feb 12, 2022 · 7 revisions

Class name

Data

Purpose / Description

This class holds the data in a format optimized for chart.js.

Methods

Properties

  • none

Detailed description

The following sections contain a detailed description of the methods and properties.

AddData

Description:

With this property you pass the name of the color schema.

Parameters

  • x

Default value:

--

Sample code:

myChart.Chart.ColorSchema.Name = "brewer.Paired12"

Related to:

--

AddDatasetName

Description:

With this property you pass the name of the color schema.

Parameters

  • x

Default value:

--

Sample code:

myChart.Chart.ColorSchema.Name = "brewer.Paired12"

Related to:

--

AddLabel

Description:

With this property you pass the name of the color schema.

Parameters

  • x

Default value:

--

Sample code:

myChart.Chart.ColorSchema.Name = "brewer.Paired12"

Related to:

--

AddLabels

Description:

With this property you pass the name of the color schema.

Parameters

  • x

Default value:

--

Sample code:

myChart.Chart.ColorSchema.Name = "brewer.Paired12"

Related to:

--