Class Pseudo3DText
Represents the label positioned in the 3D.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class Pseudo3DText : Polygon
Constructors
Pseudo3DText(String, Font, Brush, Vector3D)
Initializes a new instance of the Pseudo3DText class.
Declaration
public Pseudo3DText(string text, Font font, Brush br, Vector3D loc)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
System.Drawing.Font | font | The font. |
System.Drawing.Brush | br | The br. |
Vector3D | loc | The loc. |
Pseudo3DText(String, Font, Brush, Vector3D, RectangleF)
Initializes a new instance of the Pseudo3DText class.
Declaration
public Pseudo3DText(string text, Font font, Brush br, Vector3D loc, RectangleF bounds)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
System.Drawing.Font | font | The font. |
System.Drawing.Brush | br | The br. |
Vector3D | loc | The loc. |
System.Drawing.RectangleF | bounds | Bounds of the text |
Properties
Alignment
Gets or sets the alignment.
Declaration
public ContentAlignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.ContentAlignment | The alignment. |
Bounds
Gets the bound.
Declaration
public RectangleF Bounds { get; set; }
Property Value
Type |
---|
System.Drawing.RectangleF |
Font
Gets the font.
Declaration
public Font Font { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Font | The font. |
Location
Gets the location.
Declaration
public Vector3D Location { get; }
Property Value
Type | Description |
---|---|
Vector3D | The location. |
Matrix
Gets or sets the matrix.
Declaration
public Matrix Matrix { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.Matrix | The matrix. |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Methods
Clone()
Clones this instance.
Declaration
public override Polygon Clone()
Returns
Type | Description |
---|---|
Polygon | Return polygon. |
Overrides
Draw(Graphics3D)
Draws to the specified Graphics3D.
Declaration
public override ChartRegion Draw(Graphics3D g3d)
Parameters
Type | Name | Description |
---|---|---|
Graphics3D | g3d | The Graphics3D. |
Returns
Type | Description |
---|---|
ChartRegion | Returns ChartRegion. |