Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets or returns whether the error bars will be T shaped.{excerpt}
{signature:C#}
 public boolean TShaped{ get; set; }
{signature}{signature:vb.net}
Public Property TShaped() As Boolean
{signature}
{remarks}
If the error bar is not T shaped, it will consist of a single line going from the negative error value to the positive error value. If the error bar is T shaped, there will be an additional line perpendicular to this line at each end of the error bar. All parts of the line, including the T, are formatting according to the [ErrorBar.Line] property.

If you create a new error bar with ExcelWriter, it will be T shaped by default.
{remarks}