Class PostScriptArray
Represents the post script array.
Inheritance
System.Object
PostScriptArray
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)
Namespace: Syncfusion.Windows.Forms.Chart.PostScript
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class PostScriptArray
Constructors
PostScriptArray()
Initializes a new instance of the PostScriptArray class.
Declaration
public PostScriptArray()
Properties
List
Gets the list.
Declaration
public ArrayList List { get; }
Property Value
Type | Description |
---|---|
System.Collections.ArrayList | The list. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
ToPostScriptString()
Toes the post script string.
Declaration
public string ToPostScriptString()
Returns
Type | Description |
---|---|
System.String | Returns string. |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |
Overrides
System.Object.ToString()