PlotWindow.ShowDataLabels Property

Top 

Description

Determines if value labels are shown at each data point. Once this property is set, any series that is added to this chart will have have the DataLabelsVisible property set to match this property.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlotWindow1.ShowDataLabels;

 

myPlotWindow1.ShowDataLabels = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide