Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the label will contain the equation for the trendline.{excerpt}
{signature:C#}
 public boolean ShowEquation{ get; set; }
Signature
{signature}{signature:vb.net
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.
{signature}
{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.
{remarks}