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

    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