Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataLabels Class
Members


In This Topic
    DataLabels Class
    In This Topic
    Controls the appearance of the data point labels.
    Object Model
    DataLabels Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <SerializableAttribute()>
    Public Class DataLabels 
    'Usage
     
    Dim instance As DataLabels
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [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