asposecells.api

Class ChartCalculateOptions

Represents the options for calculating chart.

Constructor Summary
ChartCalculateOptions()
Creates the options for calculating chart.
 
Property Getters/Setters Summary
methodgetUpdateAllPoints()
method
           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.
 

    • Constructor Detail

      • ChartCalculateOptions

        ChartCalculateOptions()
        Creates the options for calculating chart.
    • Property Getters/Setters Detail

      • getUpdateAllPoints/setUpdateAllPoints : boolean 

        boolean getUpdateAllPoints() / setUpdateAllPoints(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.