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.

Properties

NameTypeAccessDescription
as_cellIChartDataCellReadProvides the chart data cell representation of the value
as_literal_stringstrReadReturns the value as a literal string
as_literal_doublefloatReadReturns the value as a literal double (float)

Methods

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