Class PostScriptDictionary
Represents the post script dictionary.
Inheritance
System.Object
PostScriptDictionary
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
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 class PostScriptDictionary
Constructors
PostScriptDictionary()
Initializes a new instance of the PostScriptDictionary class.
Declaration
public PostScriptDictionary()
Properties
Name
Gets the name.
Declaration
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current System.Object. |
Overrides
System.Object.GetHashCode()
SetNum(Int32)
Sets the num.
Declaration
public void SetNum(int n)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | n | The n. |
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()