A Scale.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelNode
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: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(10, 10)] public sealed class Scale : ScaleBase
The Scale type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
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. |
![]() | Font |
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. |
![]() | 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.
|
![]() | LabelMode | Obsolete. Controls how the ticks and labels are generated. (Inherited from ScaleBase.) |
![]() | 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. |
![]() | Reverse | Obsolete. Gets or sets a value indicating whether this ScaleBase is reversed.
(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.
(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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
See Also