DisplayAValues Property
The DisplayAValues property returns or sets the polar function plot Display A value labels. Returns a Boolean.
Syntax
object.DisplayAValues
object.DisplayAValues = DisplayAValues
Parameter | Type | Description |
DisplayAValues | Boolean | required, true to display A (angle) value labels |
Example
This example shows how to display the A values on a function plot.
FunctionPlot.DisplayAValues = True
Used by: AutoPolarFunction object