The CogCoordinateAxes type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Aspect | The aspect ratio of the length of Y-axis to X-axis. | |
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| Children | Children of this graphic. | |
| Color | Color of this graphic. Can be any OLE_COLOR. | |
| DisplayedAspect | When DisplayMode is cogCoordinateAxesModeScreen, this is the ratio of the displayed length of Y-axis to DisplayedXAxisLength. | |
| DisplayedScaleFactorX | Multiplier applied to the X axis length when the DisplayMode property is either cogCoordinateAxesModeMathematical or cogCoordinateAxesModeScale. | |
| DisplayedScaleFactorY | Multiplier applied to the Y axis length when the DisplayMode property is either cogCoordinateAxesModeMathematical or cogCoordinateAxesModeScale. | |
| DisplayedXAxisLength | The is the length of the X axis (in screen pixels) when DisplayMode is cogCoordinateAxesModeScreen. | |
| DisplayMode | Controls which properties are used to draw the CogCoordinateAxes and how those properties are modified when the user modifies the graphic interactively. | |
| DragColor | Color of this graphic when dragged. | |
| DragLineStyle | Line style of this graphic when dragged. | |
| DragLineWidthInScreenPixels | Line width of this graphic when dragged. | |
| GraphicDOFEnable | Interactive Degree of freedom for this graphic object. Provides the ability to govern interactive manipulation of an object; for example could be used to prevent an object from being resized. | |
| GraphicDOFEnableBase | Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Interactive | Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object. | |
| LineStyle | Line style of this graphic. | |
| LineWidthInScreenPixels | Line width (in screen pixels) of this graphic. | |
| MouseCursor | Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive. | |
| OriginX | X coordinate of the origin. | |
| OriginY | Y coordinate of the origin. | |
| Parent | Parent of this graphic. | |
| Rotation | The rotation of the X-axis in radian units. Setting Rotation does not change Skew. | |
| Selected | True when the shape is selected in a display. | |
| SelectedColor | Color of this graphic when selected. | |
| SelectedLineStyle | Line style of this graphic when selected. | |
| SelectedLineWidthInScreenPixels | Line width of this graphic when selected. | |
| SelectedSpaceName | Coordinate space in which this shape is to be interpreted. | |
| Skew | The skew of this coordinate axis in radian units. Skew=0 means a right angle between the X and Y axes. | |
| TipText | Text to describe this graphic in a tool tip. | |
| Transform | The CogCoordinateAxes will modify this transform to reflect its internal properties. | |
| Visible | Visible property of this graphic. | |
| XAxisEndPointAdornment | The end point adornment for the X axis. | |
| XAxisLabel | The text label for the X-axis. | |
| XAxisLength | The length in the selected coordinate space of the x-axis of this shape. | |
| YAxisEndPointAdornment | The end point adornment for the Y axis. | |
| YAxisLabel | The text label for the Y-axis. |
See Also