Class ChartCalculateOptions
Class ChartCalculateOptions
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options for calculating chart.
public class ChartCalculateOptions
Inheritance
object ← ChartCalculateOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ChartCalculateOptions()
Creates the options for calculating chart.
public ChartCalculateOptions()
Properties
UpdateAllPoints
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.
public bool UpdateAllPoints { get; set; }