ClassSymbol Property

The ClassSymbol property returns an AutoMarker object to allow access to symbol properties for the specified class for class plot, polar class plot, ternary class plot, or 3D XYZ class plot. This is a read-only property.

Syntax

object.ClassSymbol

 

Parameter Type Description
index short required, index of class to access symbol properties of
 

Example

This example shows how to refer to the class scatter plot Symbol object for the 2nd class and change the symbol properties.

Set ClassSymbol = ClassScatterPlot.ClassSymbol(2)

ClassSymbol.Index = 12

ClassSymbol.Size = 0.20

 

Used by: AutoClassPlot object, AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoXYZClassPlot object