Back to Devexpress

SeriesLabelValueType Enum

corelibraries-devexpress-dot-xtracharts-461fe431.md

latest1.8 KB
Original Source

SeriesLabelValueType Enum

OBSOLETE

This enumeration is now obsolete. Use the PointView enumeration instead.

Lists the values used to specify the contents of series labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Obsolete("This enumeration is now obsolete. Use the PointView enumeration instead.")]
public enum SeriesLabelValueType
vb
<Obsolete("This enumeration is now obsolete. Use the PointView enumeration instead.")>
Public Enum SeriesLabelValueType

Members

NameDescription
Points

Specifies that series labels display data values of the corresponding series points.

| | SeriesName |

Specifies that series labels display the name of the corresponding series.

|

Remarks

The values listed by the SeriesLabelValueType enumeration are used to set the SeriesLabelBase.ValueType property.

See Also

DevExpress.XtraCharts Namespace