ErrorLine Property

The ErrorLine property returns a rose diagram Error style line AutoLine object. This is a read-only property.

Syntax

object.ErrorLine

object.ErrorLine =ErrorLine

 

Example

This example shows how to set the rose diagram error line width to 0.03 inches.

RosePlot.ErrorLine.width = 0.03

 

Used by: AutoRoseDiagram object