Symbol Property

The Symbol property returns an AutoMarker object to allow access to symbol properties. This is a read-only property.

Syntax

object.Symbol

Example 1

This example shows how to set the symbol size for outliers.

Box1.symbol.size = 0.25

Example 2

This example shows how to return the symbol size for outliers.

Debug.Print Box1.symbol.size

 

Used by: AutoBoxPlot object, AutoBreakAxis object, AutoBubblePlot object, AutoFitPlot object, AutoFunctionPlot object, AutoLinePlot object, AutoStiffPlot object, AutoTernaryPlot object