Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Sets or returns whether the label will contain the equation for the trendline.

C#
public boolean ShowEquation{ get; set; }
vb.net
Public Property ShowEquation() As Boolean

Remarks

The equation is dynamically calculated based on the current values used in the trendline's Series. Since this equation is dynamically calculated by Excel, it is not accessible through the ExcelWriter API. This property only adjusts the visibility of the equation within the trendline's label. If you wish to adjust the formatting of the equation, use the Trendline.TrendlineLabel property.
  • No labels