
'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
System.Object
Xceed.Chart.GraphicsCore.TextBase
Xceed.Chart.Standard.ChartText
Name | Description | |
---|---|---|
![]() | ChartText Constructor | Creates a new ChartText object with default settings. |
Name | Description | |
---|---|---|
![]() | Backplane | Gives you access to the Backplane object of the text. |
![]() | Border | Controls the border applied on the text. |
![]() | FillEffect | Controls the fill effect applied on the text. |
![]() | Font | Controls the font of the text. |
![]() | HorzAlign | The horizontal alignment of the texts relative the text origin point. |
![]() | Offset | Controls the offset of the text origin point from the text base point. |
![]() | Orientation | Controls the orientation of the 2D texts in degrees. |
![]() | ReplaceTabsWithSpaces | Whether or not the chart should replace tab characters with spaces. |
![]() | Shadow | The shadow applied on this text. |
![]() | StringFormat | The StringFormat used to measure and draw the text |
![]() | TabSizeInSpaces | The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true. |
![]() | TextOverlapsImage | Controls whether or not the text should use the Z position of the base point. |
![]() | TextType | Controls how the control should parse the texts displayed by this ChartText object. |
![]() | VertAlign | The vertical alignment of the texts relative the text origin point. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an identical copy of this this object. (Inherited from Xceed.Chart.GraphicsCore.TextBase) |
![]() | InitFromText | Initializes a text properties object from the properties of another text properties object |
![]() | ShowEditor | Overloaded. Shows a text properties dialog allowing you to visually edit the text properties. |
Name | Description | |
---|---|---|
![]() | HAtoSA | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | SAtoHA | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | SAtoVA | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | VAtoSA | This member is reserved for internal use and is not intended to be used directly from your code. |
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