A Scale used by 3D Scatter Plot.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsScaleBase
Spotfire.Dxp.Application.VisualsScale3D
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(4, 0)] public sealed class Scale3D : ScaleBase
The Scale3D type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AdaptiveTimeLabels |
Gets the AdaptiveTimeLabels settings associated with this instance.
(Inherited from ScaleBase.) | |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Font | Obsolete.
Gets or sets the font.
(Inherited from ScaleBase.) | |
| FontMetadata |
Gets or sets the font.
(Inherited from ScaleBase.) | |
| Formatting | Gets the formatting for this scale.
(Inherited from ScaleBase.) | |
| IndexedLabelOrientation |
Controls the label orientation.
(Inherited from ScaleBase.) | |
| IndexedMaximumNumberOfTicks |
Controls maximum number of ticks for dual scales. Use a ScaleDock value to specify which scale to access.
(Inherited from ScaleBase.) | |
| IndexedShowAdditionalLogScaleGridlines |
Controls whether to render additional minor log gridlines or not.
(Inherited from ScaleBase.) | |
| IndexedShowGridlines |
Controls whether to render gridlines or not.
(Inherited from ScaleBase.) | |
| IndexedShowLabels |
Controls whether this ScaleBase renders the labels.
(Inherited from ScaleBase.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LabelOrientation | Gets or sets the label orientation.
(Inherited from ScaleBase.) | |
| MaximumNumberOfTicks | Gets or sets the maximum number of ticks.
(Inherited from ScaleBase.) | |
| ShowAdditionalLogScaleGridlines | Gets or sets a value indicating whether to render additional gridlines for log scales.
(Inherited from ScaleBase.) | |
| ShowGridlines | Gets or sets a value indicating whether to render gridlines or not.
(Inherited from ScaleBase.) | |
| ShowLabels | Gets or sets a value indicating whether this ScaleBase renders the labels.
(Inherited from ScaleBase.) | |
| Span | Gets or sets the span of the area.
(Inherited from ScaleBase.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Visible | Gets or sets a value indicating whether this ScaleBase is visible.
(Inherited from ScaleBase.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also