Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public ChartLine DropLine{ get; }
vb.net
Public ReadOnly Property DropLine() As ChartLine

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.
  • No labels