DoubleChartValue

DoubleChartValue

Overview

DoubleChartValue is a class in Aspose.Slides FOSS for Python. Inherits from: IDoubleChartValue, BaseChartValue.

Represents a double value backed by a workbook cell or literal.

Properties

NameTypeAccessDescription
as_cellIChartDataCellReadProvides the chart data as an IChartDataCell object
as_literal_doublefloatReadHolds the raw double value as a float

Methods

SignatureDescription
to_double()floatReturns the value as a Python float