TDGraph |
public class TDGraphClass : TDataClass
The TDGraphClass type exposes the following members.
| Name | Description | |
|---|---|---|
| TDGraphClass | Initializes a new instance of the TDGraphClass class using the provided node and reader. The constructor extracts graph data, units, titles and optional metadata from the WITec nodes. |
| Name | Description | |
|---|---|---|
| Caption |
Gets the caption of this data class.
(Inherited from TDataClass) | |
| ClassName |
Gets the class name associated with this data class.
(Inherited from TDataClass) | |
| GraphType | Gets the determined graph type for this instance. | |
| ID |
Gets the identifier of this data class.
(Inherited from TDataClass) | |
| InformationRtfText | Gets any informational RTF text associated with this graph. | |
| KindText | Gets the kind text (suffix) extracted from the caption that describes the data kind (for example "Spec.Data" or "Elapsed Time"). | |
| Node |
Gets the underlying node for this data class.
(Inherited from TDataClass) | |
| TData |
Gets the node named "TData" that contains the data values for this class.
(Inherited from TDataClass) | |
| Title | Gets the graph title. | |
| XUnitDescription | Gets the unit description for the X axis. | |
| XUnitShortcut | Gets the unit shortcut for the X axis. | |
| XValues | Gets or sets the X axis values for the graph. | |
| ZMetaData | Optional metadata for Z values. May be null if no metadata was found or inferred. | |
| ZUnitDescription | Gets the unit description for the Z values. | |
| ZUnitShortcut | Gets the unit shortcut for the Z values. | |
| ZValues | Gets or sets the collection of Z value arrays. Each entry represents one spectrum or series. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _tdGraph | Backing node for the TDGraph section of the data class. | |
| _tdGraph_GraphData | Backing node for the GraphData child node inside the TDGraph node. |