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

    Public Properties
     NameDescription
    Public PropertyControls the length of the arrow connecting the data point and the text label.  
    Public PropertyGives access to the LineProperties object controlling the appearance of the data label arrow lines.  
    Public PropertyControls the length of the arrow pointer pointing to the data label text.  
    Public PropertySpecifies between how many data points data labels should be rendered.  
    Public PropertyGives access to the format string of the data labels.  
    Public PropertyControls the mode of the data labels.  
    Public PropertyThe subset containing the indexes on which data labels must be displayed.  
    Public PropertyGives access to the ChartText object controlling the appearance of the data labels.  
    Public PropertyControls the vertical data label alignment relative to the data point bound.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this series object  
    Top
    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