Aspose::Cells::Charts::ChartDataValue class
Contents
[
Hide
]ChartDataValue class
Encapsulates chart data value.
class ChartDataValue
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ChartDataValue& src) | operator= |
| ~ChartDataValue() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++