Skip to main content

SeriesLabelItem Class

For internal use. Represents an individual series label item.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[NonCategorized]
public class SeriesLabelItem :
    NotifyPropertyChangedObject,
    ILayoutElement,
    ISupportFlowDirection

#Returned By

The SeriesPointItem.LabelItem property returns an instance of SeriesLabelItem.

#Remarks

An object of the SeriesLabelItem type is returned by the SeriesLabel.Items property.

#Inheritance

Object
DevExpress.Xpf.Charts.NotifyPropertyChangedObject
SeriesLabelItem
See Also