DeleteClass Method
The DeleteClass method deletes the specified class from the class plot, polar class plot, ternary class plot, or 3D XYZ class plot.
Syntax
object.DeleteClass( index )
Parameter | Type | Description |
index | short | required, index of class to be deleted |
Example
This example shows how to delete custom class 3 from a class scatter plot.
ClassScatterPlot.DeleteClass(3)
Used by: AutoClassPlot object, AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoXYZClassPlot object