Xceed Chart for WinForms v4.4 Documentation
DataLabels Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : DataLabels Class
Controls the appearance of the data point labels.
Object Model
DataLabels Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<SerializableAttribute()>
Public Class DataLabels 
'Usage
 
Dim instance As DataLabels
[ClassInterface(ClassInterfaceType.AutoDual)]
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[Serializable()]
public class DataLabels 
Remarks
An instance of this class is associated with each Series derived series. The user can gain a reference with the help of the DataLabels property of the Series class. See the Data Labels topic in the Users Guide for more information.
Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.DataLabels

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataLabels Members
Xceed.Chart.Core Namespace