Aspose::Cells::Charts::ChartDataValue class

ChartDataValue class

Encapsulates chart data value.

class ChartDataValue

Methods

MethodDescription
ChartDataValue(ChartDataValue_Impl* impl)Constructs from an implementation object.
ChartDataValue(const ChartDataValue& src)Copy constructor.
GetBoolValue()Gets the boolean value of the chart data.
GetDateTimeValue()Gets the DateTime value of the chart data.
GetDoubleValue()Gets the double value of the chart data.
GetIntValue()Gets the Int value of the chart data.
GetStringValue()Gets the string value of the chart data.
GetValueType()Gets the value type of the chart data.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ChartDataValue& src)operator=
~ChartDataValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also