Click or drag to resize

LogarithmicScaleRescaleConditions Fields

The LogarithmicScaleRescaleConditions type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Protected field_dataBoundsEnd Stores the upper data bound.
(Inherited from NumericScaleRescaleConditions)
Protected field_dataBoundsOrg Stores the lower data bound.
(Inherited from NumericScaleRescaleConditions)
Protected field_endRescaling Stores the rescaling mode for the end boundary.
(Inherited from NumericScaleRescaleConditions)
Protected field_orgRescaling Stores the rescaling mode for the origin boundary.
(Inherited from NumericScaleRescaleConditions)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_resultingEnd Stores the resulting end value.
(Inherited from NumericScaleRescaleConditions)
Protected field_resultingMaxEnd Stores the maximum permissible resulting end value.
(Inherited from NumericScaleRescaleConditions)
Protected field_resultingMinOrg Stores the minimum permissible resulting origin value.
(Inherited from NumericScaleRescaleConditions)
Protected field_resultingOrg Stores the resulting origin value.
(Inherited from NumericScaleRescaleConditions)
Protected field_userProvidedEndRelativeTo Stores how the user-provided end value is interpreted relative to the data bounds.
(Inherited from NumericScaleRescaleConditions)
Protected field_userProvidedEndValue Stores the user-provided end value.
(Inherited from NumericScaleRescaleConditions)
Protected field_userProvidedOrgRelativeTo Stores how the user-provided origin value is interpreted relative to the data bounds.
(Inherited from NumericScaleRescaleConditions)
Protected field_userProvidedOrgValue Stores the user-provided origin value.
(Inherited from NumericScaleRescaleConditions)
Public fieldStatic memberDefaultEndValue Gets the default end value for logarithmic scales.
Public fieldStatic memberDefaultOrgValue Gets the default origin value for logarithmic scales.
Top
See Also