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 drop lines of a line, area, or scatter series.{excerpt}
{signature:C#}
 public ChartLine DropLine{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property DropLine() As ChartLine
{signature}
{remarks}
Drop lines connect data points with the category axis.  By default, drop lines are colored black, have a Narrow [weight|ChartLine.LineWeight] and a Solid [style|ChartLine.LineStyle]. Note that scatter charts do not support drop lines, so while you can set the drop lines properties, they will not appear in the output of a scatter series.
{remarks}