ClassCol Property
The ClassCol property returns or sets the class data column for the class plot, polar class plot, ternary class plot, or 3D XYZ class plot. Returns a Long.
Syntax
object.ClassCol
object.ClassCol = ClassCol
Parameter | Type | Description |
ClassCol | Long | required |
Example
This example shows how to set the class scatter plot Class column.
ClassScatterPlot.ClassCol = 3
Used by: AutoClassPlot object, AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoXYZClassPlot object