Enumerates all types of a DataPoint's label value.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration PointLabelValueType
C#
public enum PointLabelValueType
Visual C++
public enum class PointLabelValueType
JavaScript
Nasosoft.Chart.Drawing.PointLabelValueType = function();
Nasosoft.Chart.Drawing.PointLabelValueType.createEnum('Nasosoft.Chart.Drawing.PointLabelValueType', false);

Members

Member nameDescription
Index
Index value of the data point.
SeriesName
Series name of the data point.
PointName
Name of the data point.
PointNameAndYValue
Name and YValue of the data point.
XValue
X value of the data point.
XPercent
Percentage of X values of all the data points in a series.
XTotal
Total of X values of all the data points in a series.
YValue
Y value of the data point.
YValue2
Second Y value of the data point. Valid in for a series whose data point includes more than 1 y values.
YValue3
Third Y value of the data point. Valid in for a series whose data point includes more than 2 y values.
YValue4
Fourth Y value of the data point. Valid in for a series whose data point includes more than 3 y values.
YPercent
Percentage of Y values of all the data points in a series.
YPercent2
Percentage of second Y values of all the data points in a series. Valid in for a series whose data point includes more than 1 y values.
YPercent3
Percentage of third Y values of all the data points in a series. Valid in for a series whose data point includes more than 2 y values.
YPercent4
Percentage of fourth Y values of all the data points in a series. Valid in for a series whose data point includes more than 3 y values.
YTotal
Total of Y values of all the data points in a series.
YTotal2
Total of second Y values of all the data points in a series. Valid in for a series whose data point includes more than 1 y values.
YTotal3
Total of third Y values of all the data points in a series. Valid in for a series whose data point includes more than 2 y values.
YTotal4
Total of fourth Y values of all the data points in a series. Valid in for a series whose data point includes more than 3 y values.

See Also