UseIncrementalSymSize Method

The UseIncrementalSymSize property returns or sets whether symbols in a class plot, polar class plot, ternary class plot, or 3D XYZ class plot should increment by a set IncSymSize value. Returns a Boolean.

Syntax

object.UseIncrementalSymSize

object.UseIncrementalSymSize = UseIncrementalSymSize

 

Parameter Type Description
UseIncrementalSymSize Boolean required, true to use incrementing symbol sizes

 

Example 1

This example demonstrates how to return whether incremental symbol sizes are used.

Debug.Print ClassScatterPlot.UseIncrementalSymSize

Example 2

This example demonstrates how to display incremental symbol sizes on a class plot.

ClassScatterPlot.UseIncrementalSymSize = True

 

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