Xceed Chart for WinForms v4.4 Documentation
ChartText Class
Members 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace : ChartText Class
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(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Utilities.ObjectEditor, Xceed.Chart.Utilities.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<SerializableAttribute()>
Public Class ChartText 
   Inherits Xceed.Chart.GraphicsCore.TextBase
'Usage
 
Dim instance As ChartText
[ClassInterface(ClassInterfaceType.AutoDual)]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Utilities.ObjectEditor, Xceed.Chart.Utilities.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[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

Reference

ChartText Members
Xceed.Chart.Standard Namespace