A Scale.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsScaleBase
Spotfire.Dxp.Application.VisualsScale
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(45, 0)] public sealed class Scale : ScaleBase
The Scale type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Dock | Controls where the scale is displayed. | |
| FarSpan | Controls the size of the right/top scale area, when using multiple scales by color or dual scales.
If setting -1, then a default span is used.
| |
| 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.) | |
| IndexedDock | Controls where an individual scale is displayed. | |
| 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.) | |
| IndexedScaleLabelLayout |
Controls the method used for generating ticks and labels.
| |
| 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.) | |
| LabelLayout | Gets or sets the method used for generating ticks and labels.
| |
| LabelOrientation | Gets or sets the label orientation.
(Inherited from ScaleBase.) | |
| MaximumNumberOfTicks | Gets or sets the maximum number of ticks.
(Inherited from ScaleBase.) | |
| NearSpan | Controls the size of the left/bottom scale area, when using multiple scales by color or dual scales.
If setting -1, then a default span is used.
| |
| 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.
If setting -1, then a default span is used.
(Overrides ScaleBaseSpan.) | |
| 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
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also