ProjectionLinesFormat Property

The ProjectionLinesFormat property returns an AutoLine object to control the projection line format.

Syntax

object.ProjectionLinesFormat

object.ProjectionLinesFormat =ProjectionLinesFormat

 

Example

This example shows how to change the color and width of projection lines in a 3D XYZ line/scatter plot.

XYZLine.ProjectionLinesFormat.foreColor = grfColorRed

XYZLine.ProjectionLinesFormat.width = 0.03

 

Used by: AutoXYZPlot object