Represents information about a reference point,
such as the shape it is using, the color, etc.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsBoxPlotReferencePoint
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(17, 0)] public sealed class BoxPlotReferencePoint : DocumentNode
The BoxPlotReferencePoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Available | Gets a value indicating whether the reference point is available.
| |
| Color |
Gets or sets the color to use for the reference point.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LineStyle |
Gets or sets the LineStyle to use for the reference point.
| |
| MarkerShape |
Gets or sets the marker shape.
| |
| MethodName | Gets the name of the method used by this reference point.
| |
| ShowAsLine | Gets or sets a value indicating whether the reference point is rendered as a line or marker shape.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Visible |
Gets or sets a value indicating whether this reference point is visible or not.
|
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.) |
Explicit Interface Implementations
Version Information
See Also