Click or drag to resize

TDGraphClass Properties

The TDGraphClass type exposes the following members.

Properties
 NameDescription
Public propertyCaption Gets the caption of this data class.
(Inherited from TDataClass)
Public propertyClassName Gets the class name associated with this data class.
(Inherited from TDataClass)
Public propertyGraphType Gets the determined graph type for this instance.
Public propertyID Gets the identifier of this data class.
(Inherited from TDataClass)
Public propertyInformationRtfText Gets any informational RTF text associated with this graph.
Public propertyKindText Gets the kind text (suffix) extracted from the caption that describes the data kind (for example "Spec.Data" or "Elapsed Time").
Public propertyNode Gets the underlying node for this data class.
(Inherited from TDataClass)
Public propertyTData Gets the node named "TData" that contains the data values for this class.
(Inherited from TDataClass)
Public propertyTitle Gets the graph title.
Public propertyXUnitDescription Gets the unit description for the X axis.
Public propertyXUnitShortcut Gets the unit shortcut for the X axis.
Public propertyXValues Gets or sets the X axis values for the graph.
Public propertyZMetaData Optional metadata for Z values. May be null if no metadata was found or inferred.
Public propertyZUnitDescription Gets the unit description for the Z values.
Public propertyZUnitShortcut Gets the unit shortcut for the Z values.
Public propertyZValues Gets or sets the collection of Z value arrays. Each entry represents one spectrum or series.
Top
See Also