DropLines

Applies to

grAxis objects in Graph controls

Description

A drop line is a line that extends from a data point to its axis. Drop lines are not available for all graph types.

Usage

In a painter

To set the drop line type:

  1. Display the Axis tab page of the graph control's Properties view.

  2. Select the desired Axis from the Axis drop-down list.

  3. Select the type of line desired from the DropLines drop-down list.

In scripts

The DropLines property takes a value of the LineStyle enumerated datatype.

The following example sets dashed lines for the drop lines in the Series axis:

gr_1.Series.DropLines = Dash!