Graph |
The GraphCurve type exposes the following members.
| Name | Description | |
|---|---|---|
| BoxWidth | Width for box-type plots. | |
| ConnectSymbols | Whether symbols are connected by lines. | |
| DataName | Name of the dataset that contains the curve data. | |
| FillArea | Whether the area under/around the curve is filled. | |
| FillAreaColor | Color used to fill the area. | |
| FillAreaPattern | Fill pattern index for the fill area. | |
| FillAreaPatternBorderColor | Color for the fill area pattern border. | |
| FillAreaPatternBorderStyle | Border style for the fill area pattern. | |
| FillAreaPatternBorderWidth | Width for the fill area pattern border. | |
| FillAreaPatternColor | Color used for the fill area pattern. | |
| FillAreaPatternWidth | Line width used for the fill area pattern. | |
| FillAreaTransparency | Transparency for the fill area. | |
| FillAreaType | Type identifier for fill areas. | |
| FillAreaWithLineTransparency | Whether the fill area respects line transparency. | |
| IsHidden | Whether the curve is hidden. | |
| LineColor | Color used for the curve line. | |
| LineConnect | How line segments are connected between points. | |
| LineStyle | Line style index. | |
| LineTransparency | Transparency level for the line (0-255). | |
| LineWidth | Width of the line used when drawing the curve. | |
| PlotType | Type of plot for this curve. | |
| PointOffset | Offset applied to points when rendering. | |
| SymbolColor | Color used for symbol outlines. | |
| SymbolFillColor | Fill color used for symbols. | |
| SymbolFillTransparency | Transparency for symbol fill. | |
| SymbolInterior | Interior style for symbols. | |
| SymbolShape | Shape identifier for symbols. | |
| SymbolSize | Size of symbols. | |
| SymbolThickness | Thickness of symbol outlines. | |
| XColumnName | Name of the X column used by the curve. | |
| XDataName | Name of the dataset providing X values (if different). | |
| YColumnName | Name of the Y column used by the curve. | |
| ZColumnName | Name of the Z column used by the curve (for 3D plots). |