Aspose::Cells::Charts::ChartCalculateOptions class
Contents
[
Hide
]ChartCalculateOptions class
Represents the options for calculating chart.
class ChartCalculateOptions
Methods
Method | Description |
---|---|
ChartCalculateOptions() | Creates the options for calculating chart. |
ChartCalculateOptions(ChartCalculateOptions_Impl* impl) | Constructs from an implementation object. |
ChartCalculateOptions(const ChartCalculateOptions& src) | Copy constructor. |
GetUpdateAllPoints() | Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ChartCalculateOptions& src) | operator= |
SetUpdateAllPoints(bool value) | Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. |
~ChartCalculateOptions() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++