UpperSymbolAngle Property

The UpperSymbolAngle property returns or sets the angle that symbols are to be drawn at (in degrees) for the upper level in a confidence interval plot. Returns a Double.

Syntax

object.UpperSymbolAngle

object.UpperSymbolAngle = UpperSymbolAngle

 

Parameter Type Description
UpperSymbolAngle Double required

 

Example

This example shows how to set the symbol angle for the upper confidence interval

ConfidenceInterval.UpperSymbolAngle = 45

 

Used by: AutoConfidencePlot Object