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

...

Description

Excerpt

Returns a ChartLine object representing the drop lines of a line, area, or scatter series.

Signature
C#
C#
 public ChartLine DropLine{ get; }
{signature}{signature:
}
Signature
vb.net
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}
Remarks

Drop lines connect data points with the category axis. By default, drop lines are colored black, have a Narrow weight and a Solid style. 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.