BaseChartValue class

BaseChartValue class

Represents a value of a chart.

The BaseChartValue type exposes the following members:

Properties

PropertyDescription
data_source_typeSpecifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble
property is actual in descendants. In other words it specifies the type
of value of the Data property.
Read/write DataSourceType.
dataData.
Read/write any.

See Also