TrendlineDisplayEquation Property |
Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool DisplayEquation { get; set; }
Public Property DisplayEquation As Boolean
Get
Set
public:
property bool DisplayEquation {
bool get ();
void set (bool value);
}
member DisplayEquation : bool with get, set
Property Value
Type:
Boolean
See Also