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


In This Topic
    ChartText Class
    In This Topic
    Most of the objects in the chart have associated texts. The ChartText object allows you to modify various aspects of the text appearance including the text font, orientation, horizontal and vertical align relative to the text origin point, the offset from the origin point, the backplane of the text and whether or not the text should use the same Z order value as the object it is attached to.
    Object Model
    ChartText Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class ChartText 
       Inherits Xceed.Chart.GraphicsCore.TextBase
    'Usage
     
    Dim instance As ChartText
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class ChartText : Xceed.Chart.GraphicsCore.TextBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.TextBase
          Xceed.Chart.Standard.ChartText

    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