Graph |
public struct GraphLayer
The GraphLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphLayer | Initializes a new GraphLayer with default values and empty collections. |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Is3D | Determines whether any curve in the layer is a 3D plot. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| BackgroundColor | Background color for the layer. | |
| Bitmaps | Embedded bitmaps on the layer. | |
| BorderType | Border type used around the layer. | |
| ClientRect | Client rectangle for the layer. | |
| ColorMap | Color map used by the layer. | |
| ColorScale | Color scale used by the layer. | |
| Curves | Curves plotted on the layer. | |
| ExchangedAxes | Whether axes are exchanged (X/Y) for the layer. | |
| Figures | Figures/annotations on the layer. | |
| GridOnTop | Whether grid lines are drawn on top of plotted elements. | |
| HistogramBegin | Beginning value used for histograms. | |
| HistogramBin | Histogram bin size used when drawing histograms. | |
| HistogramEnd | Ending value used for histograms. | |
| HLine | Horizontal reference line position. | |
| ImageProfileTool | Identifier for an image profile tool associated with the layer. | |
| IsWaterfall | Whether the layer is rendered as a waterfall plot. | |
| IsXYY3D | Whether the layer is an XYY 3D type. | |
| Legend | Legend text box for the layer. | |
| Lines | Lines drawn on the layer. | |
| Orthographic3D | Whether orthographic projection is used for 3D rendering. | |
| Percentile | Percentile and box-plot rendering properties. | |
| PieTexts | Text boxes used by pie charts on the layer. | |
| Texts | Text boxes on the layer. | |
| VLine | Vertical reference line position. | |
| XAngle | Rotation angle around the X axis for 3D views. | |
| XAxis | X axis configuration for the layer. | |
| XAxisBreak | Break settings for the X axis. | |
| XLength | Length scale along the X axis for 3D views. | |
| XOffset | Offset applied to X coordinates for waterfall rendering. | |
| YAngle | Rotation angle around the Y axis for 3D views. | |
| YAxis | Y axis configuration for the layer. | |
| YAxisBreak | Break settings for the Y axis. | |
| YLength | Length scale along the Y axis for 3D views. | |
| YOffset | Offset applied to Y coordinates for waterfall rendering. | |
| ZAngle | Rotation angle around the Z axis for 3D views. | |
| ZAxis | Z axis configuration for the layer. | |
| ZAxisBreak | Break settings for the Z axis. | |
| ZLength | Length scale along the Z axis for 3D views. |