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}Returns a [ChartLine|ChartLine] object representing the high\-low lines of a line or scatter series.{excerpt}
{signature:C#}
 public ChartLine HighLowLine{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property HighLowLine() As ChartLine
{signature}
{remarks}
High\-low lines connect the highest value in a group of series with the lowest.  By default, high\-low lines are colored black, have a Narrow [weight|ChartLine.LineWeight] and a Solid [style|ChartLine.LineStyle].  Note that scatter and area charts do not support high\-low lines, so while you can set the high\-low line properties, they will not appear in the output of a scatter or area series.
{remarks}