DisplayXValues Property

The DisplayXValues property returns or sets display of function plot X value labels. Returns a Boolean.

Syntax

object.DisplayXValues

object.DisplayXValues = DisplayXValues

 

Parameter Type Description
DisplayXValues Boolean required, true to display X labels

 

Example

This example shows how to display the X values on a function plot.

FunctionPlot.DisplayXValues = True

 

Used by: AutoFunctionPlot object