StringOrDoubleChartValue

StringOrDoubleChartValue

Overview

StringOrDoubleChartValue is a class in Aspose.Slides FOSS for Python. Inherits from: IStringOrDoubleChartValue, BaseChartValue.

Represents a value that can be string or double, backed by a cell or literal.

This class provides 1 method for working with StringOrDoubleChartValue objects in Python programs. Available methods include: to_double. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_cell, as_literal_double, as_literal_string, data, data_source_type.

Properties

NameTypeAccessDescription
as_cellIChartDataCellRead/WriteGets or sets the as cell.
as_literal_stringstrRead/WriteGets or sets the as literal string.
as_literal_doublefloatRead/WriteGets or sets the as literal double.
data_source_typeDataSourceTypeRead/WriteGets or sets the data source type.
dataobjectRead/WriteGets or sets the data.

Methods

SignatureDescription
to_double()floatConverts the stored value to a float and returns it

See Also