Click or drag to resize

AngularScale Fields

The AngularScale type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_cachedAxisOrg The value where this scale starts. Default is 0. The user/programmer can set this value manually.
Protected field_cachedAxisSpan Caches the current axis span.
Protected field_cachedOneByAxisSpan Caches the reciprocal of the current axis span.
Protected field_dataBounds Stores the data boundaries associated with this scale.
Protected field_majorTickDividerMajor tick divider. Should be one of the values of the table _possibleDividers.
Protected field_minorTickDividerMinor tick divider. Should be one of the values of the table _possibleDividers.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected fieldStatic member_possibleDividers Denotes the possible dividers of 360° to form ticks.
Protected field_scaleOriginOrigin of the scale in multiples of 90°
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_useDegreeIf true, use degree instead of radian.
Protected field_usePositiveNegativeAnglesIf true, the scale uses positive and negative values (-180..180°) instead of only positive values (0..360°).
Public fieldIsLinked 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)
Top
See Also