AvgSymbol Property
The AvgSymbol property controls error bars average symbol properties. Returns an AutoMarker object. This property is read-only.
Syntax
object.AvgSymbol
object.AvgSymbol =AvgSymbol
Example 1
This example shows how to set the average symbol for error bars.
Line1.ErrorBars.AvgSymbol.Index = 60
Example 2
This example shows how to return the average symbol index value.
Debug.Print Line1.ErrorBars.AvgSymbol.Index
Used by: AutoErrorBars object