DisplayLegend Property [Class Scatter Plot]
The DisplayLegend property returns or sets if the legend is displayed for class plot, polar class plot, ternary class plot, or 3D XYZ class plot.
Syntax
object.DisplayLegend
object.DisplayLegend = DisplayLegend
Example
This example shows how to display a legend for a class scatter plot.
ClassScatterPlot.DisplayLegend = True
Used by: AutoClassPlot object, AutoPolarClassPlot object, AutoTernaryClassPlot object, AutoXYZClassPlot object