ScaleAxis3D Class

Spotfire 14.2 API Reference
Represents an X, Y or Z axis in a 3D Scatter Plot. It is used to map values to an axis, typically by applying a range. When mapping, the scale axis can transform the values.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.VisualsAxis
        Spotfire.Dxp.Application.VisualsScaleAxisBase
          Spotfire.Dxp.Application.VisualsScaleAxis3D

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(4, 0)]
public sealed class ScaleAxis3D : ScaleAxisBase

The ScaleAxis3D type exposes the following members.

Properties

  NameDescription
Public propertyAxisMode
Gets the axis mode.
(Inherited from Axis.)
Public propertyBinding
Gets or sets the axis binding.
(Inherited from Axis.)
Public propertyCategorical
Gets the categorical axis.
(Inherited from ScaleAxisBase.)
Public propertyCategoryMode
Gets or sets a value controlling how a categorical axis responds to filtering. This property only affects axes where the categories are laid out spatially.
(Inherited from Axis.)
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyContinuous
Gets the continuous axis.
(Inherited from ScaleAxisBase.)
Public propertyEvaluationMode
Gets or sets a value controlling whether the axis expression should be evaluated on all data or on filtered data.
(Inherited from Axis.)
Public propertyCode exampleExpression
Gets or sets the expression that defines how data is mapped to this axis.
(Inherited from Axis.)
Public propertyIncludeZeroInAutoZoom
Controls if zero should be included on numeric range when auto zooming.
(Inherited from ScaleAxisBase.)
Public propertyIndexedIncludeZeroInAutoZoom
Controls the IncludeZeroInAutoZoom for individual scales.
(Inherited from ScaleAxisBase.)
Public propertyIndexedRange
Controls the Range for individual scales.
(Inherited from ScaleAxisBase.)
Public propertyIndexedReversed
Reverses the axis for individual scales. The returned indexedBool can be used to set and get reverse for individual scales.
(Inherited from ScaleAxisBase.)
Public propertyIndexedTransformType
Represents the axis transformation type for individual scales. The returned indexedTransformType can be used to set and get the axisTransformType for individual scales.
(Inherited from ScaleAxisBase.)
Public propertyIndividualScaling
Enables individual scaling.
(Inherited from ScaleAxisBase.)
Public propertyIndividualScalingMode
Gets or sets the scaling mode that defines what the individual scaling is based on.
(Inherited from ScaleAxisBase.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyManualZoom
Controls whether this axis automatically zooms to show the filtered data, or zooms manually using the ZoomRange.
(Inherited from ScaleAxisBase.)
Public propertyName
Gets the axis name.
(Inherited from Axis.)
Public propertyRange
Gets or sets the overall range of this axis.
(Inherited from ScaleAxisBase.)
Public propertyReversed
Gets or sets the value indicating whether the axis is reversed.
(Inherited from ScaleAxisBase.)
Public propertyScale
Gets the scale properties.
Public propertyShowAllCategories Obsolete.
Gets or sets a value indicating whether to show all categories or not. This property only affects categorical axes where the categories are laid out spatially. If set to true, categories that are filtered out will still be visible.
(Inherited from Axis.)
Public propertyShowAxisSelector
Gets or sets a value indicating whether an axis selector should be shown for this axis.
(Inherited from ScaleAxisBase.)
Public propertyTitleFont Obsolete.
Gets or sets the title font.
(Inherited from ScaleAxisBase.)
Public propertyTitleFontMetadata
Gets or sets the title font.
(Inherited from ScaleAxisBase.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTransformType
Represents the axis transformation type.
(Inherited from ScaleAxisBase.)
Public propertyZoomRange
Get or sets the visible range of the axis.
(Inherited from ScaleAxisBase.)
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Remarks

The visualization type defines the axis characteristics.

The scale axis always has only one Scale, which is used to control how the scale is drawn in the user interface.

Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference