Angular |
The AngularScale type exposes the following members.
Name | Description | |
---|---|---|
_accumulatedEventData |
The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) | |
_cachedAxisOrg | The value where this scale starts. Default is 0. The user/programmer can set this value manually. | |
_cachedAxisSpan | ||
_cachedOneByAxisSpan | ||
_dataBounds | ||
_majorTickDivider | Major tick divider. Should be one of the values of the table _possibleDividers. | |
_minorTickDivider | Minor tick divider. Should be one of the values of the table _possibleDividers. | |
_parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
_possibleDividers | Denotes the possible dividers of 360° to form ticks. | |
_scaleOrigin | Origin of the scale in multiples of 90° | |
_suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
_useDegree | If true, use degree instead of radian. | |
_usePositiveNegativeAngles | If true, the scale uses positive and negative values (-180..180°) instead of only positive values (0..360°). | |
IsLinked |
True if the axis is linked to another. In this case, do not process the data bounds.
The layer that controls this axis has to set IsLinked temporarily to false in order
to be able to set the data bounds of this axis.
(Inherited from Scale) |