LabelsInYCol Property
The LabelsInYCol property returns or sets the Labels are in Y column option. Returns a Boolean.
Syntax
object.LabelsInYCol
object.LabelsInYCol = LabelsInYCol
Parameter | Type | Description |
LabelsInYCol | Boolean | required, true to use labels from the Y data column |
Example
This example shows how to disable the automatic Y column labels.
LabelFormat.LabelsInYCol = False
Used by: AutoPlotLabels object