Format Property [AutoColorScale, AutoPlotLabels]
The Format property returns plot label or discrete or continuous color scale label format. Returns an AutoLabelFormat object.
Syntax
object.Format
object.Format =Format
Example
This example shows how to return the AutoLabelFormat object and set the label angle to 30.
'Adds plot labels
LinePlot.Labels.ShowLabels = True
'Assigns the labels to the variable named "PlotLabels
Set PlotLabels =
'Change the angle of the plot labels
PlotLabels.angle = 30
Used by: AutoColorScale Object, AutoPlotLabels Object