Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ChartLabel Class
Members


In This Topic
    ChartLabel Class
    In This Topic
    This object represents a label. Labels are texts that are always displayed over the 3D scene. They usually contain descriptive information about the image generated by the control. You can add labels to the scene with the help of the ChartLabelCollection object. The ChartLabel object also allows you to position the label at an arbitrary position in the control window. You specify the position (or origin point) of the label object in percents of the control window dimensions with the help of the HorizontalMargin and VerticalMargin properties.
    Object Model
    ChartLabel Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class ChartLabel 
    'Usage
     
    Dim instance As ChartLabel
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class ChartLabel 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Standard.ChartLabel

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe horizontal position (or origin point) of the label object.  
    Public PropertyGives you access to the Interactivity object associated with the label.  
    Public PropertyThe text displayed by the label.  
    Public PropertyGives you access to the ChartText applied on the label's text.  
    Public PropertyThe vertical position (or origin point) of the label object.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this label 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