CWShape
The CWShape object defines the shape part of the CWAnnotation object. CWShape properties define the type, position, and appearance of the shape. You can use shapes to mark regions of the plot area or graph. You also can use the CWShape object to add images or any type of shape anywhere on the graph.
Properties
Color | Specifies the color of the shape. |
FillVisible | Specifies if the shape is filled with the value specified by the CWShape.Color property. |
Image | Specifies the image of the shape. |
LineColor | Specifies the line color of the shape. |
LineStyle | Specifies the line style of the shape. |
LineWidth | Specifies the line width of the shape. |
PointStyle | Specifies the point style of the shape. |
RegionArea | Specifies the region area of the shape. |
Type | Specifies the type of shape. |
XCoordinates, YCoordinates | Specifies the X and Y coordinates of the shape. |
Methods
See Also
CWAnnotation