A newer version of this page is available.
Switch to the current version.
SeriesLabelValueType Enum
Obsolete. Lists the values used to specify the contents of series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This enumeration is now obsolete. Use the PointView enumeration instead.")]
public enum SeriesLabelValueType
<Obsolete("This enumeration is now obsolete. Use the PointView enumeration instead.")>
Public Enum SeriesLabelValueType
Members
Name | Description |
---|---|
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
Feedback