Class Data
This class contains the data of geomerty path.
Inheritance
System.Object
Data
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.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class Data
Constructors
Data(PathData)
Initializes a new instance of the Data class.
Declaration
public Data(PathData data)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Drawing2D.PathData | data | The data. |
Data(String)
Initializes a new instance of the Data class.
Declaration
public Data(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data | The data. |
Properties
Path
Gets the System.Drawing.Drawing2D.GraphicsPath.
Declaration
public GraphicsPath Path { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The path. |
PathData
Gets the path data.
Declaration
public PathData PathData { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.PathData | The path data. |
Methods
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()