Click or drag to resize

LinearScale Fields

The LinearScale type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_axisEndByMajorCurrent axis end divided by the major tick span value.
Protected field_axisOrgByMajorCurrent axis origin divided by the major tick span value.
Protected field_baseEndProposed value of axis end, proposed either by the upper physical boundary or by the user (if axis end is fixed).
Protected field_baseOrgProposed value of axis origin, proposed either by the lower physical boundary or by the user (if axis org is fixed).
Protected field_cachedAxisEndCurrent axis end (cached value).
Protected field_cachedAxisOrgCurrent axis origin (cached value).
Protected field_cachedAxisSpanCurrent axis span (i.e. end-org) (cached value).
Protected field_cachedOneByAxisSpanCurrent inverse of axis span (cached value).
Protected field_dataBoundsHolds the NumericalBoundaries for that axis.
Protected field_majorSpanPhysical span value between two major ticks.
Protected field_minorTicksMinor ticks per Major tick ( if there is one minor tick between two major ticks m_minorticks is 2!
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_rescaling 
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
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