Description
Sets the format of the data labels. Choices are Label, Label And Percent, Label And Percent Total, etc.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Attributes
Type:
|
integer
|
Access:
|
read/write
|
Default Value:
|
0 ( Value )
|
Valid Values:
|
Value
|
Label
|
0
|
Value
|
1
|
Percent
|
2
|
User-Specified Label
|
3
|
Label and Percent
|
4
|
Label and Point Value
|
5
|
Legend
|
6
|
Percent Total
|
7
|
Label and Percent Total
|
8
|
X-Value
|
9
|
X-Value and Y-Value
|
10
|
Series Title
|
11
|
Point Index
|
12
|
Percent Relative
|
13
|
Name, X-Value, and Y-Value
|
|
Syntax
myVariable1 = myPlotPolynomialSeries1.DataLabelsStyle;
myPlotPolynomialSeries1.DataLabelsStyle = myVariable1;
|
See also
PlotPolynomialSeries Object
Plot Series Guide
|