Spotfire.Dxp.Application.Visuals.ReferenceElements Namespace

Spotfire 14.7 API Reference
 
Classes

  ClassDescription
Public classArea
Represents an area in a reference element, which can have fill and stroke properties.
Public classAreaPropertyNames
Declares property name constants for the public properties of Area.
Public classBand
Represents a band in a reference element. This is an area that spans over all the categories on the X axis of the top level visualization.
Public classBandPropertyNames
Declares property name constants for the public properties of Band.
Public classBox
Represents a box in a reference element. This is an area that is rendered for each of the categories on the X axis of the top level visualization.
Public classBoxPropertyNames
Declares property name constants for the public properties of Box.
Public classLabel
Represents a label configuration in a reference element.
Public classLabelPropertyNames
Declares property name constants for the public properties of Label.
Public classLabelStyle
Represents the settings for a label in the context of a ReferenceLayer.
Public classLegendReferenceLayerItem
Represents a legend item for a reference layer.
Public classLine
Represents disjunct lines that are rendered on the values computed by a reference element. One line is rendered for each point defined by Expression/SecondaryExpression and the categories on the X axis of the top level visualization.
Public classLinePropertyNames
Contains property name constants for the public properties of Line.
Public classLineConnection
Represents how lines are rendered to connect the values computed by a reference element. The points defined by Expression and the categories on the X axis of the top level visualization are connected by lines. Similarly, the points defined by SecondaryExpression (if this expression is set) are connected by a separate group of lines.
Public classLineConnectionPropertyNames
Contains property name constants for the public properties of LineConnection.
Public classMarker
Represents a marker that is rendered on the values (Expression and SecondaryExpression) computed by a reference element. One marker is rendered for each value and each of the categories on the X axis of the top level visualization.
Public classMarkerPropertyNames
Contains property name constants for the public properties of Marker.
Public classReferenceLayer
Represents a layer of reference elements.
Public classReferenceLayerPropertyNames
Contains property name constants for the public properties of ReferenceLayer.
Public classReferenceLayerDetails
Representation of detail information for elements in a ReferenceLayer. The information contained in this class is displayed in tooltips.
Public classReferenceLayerDetailsPropertyNames
Contains property name constants for the public properties of ReferenceLayerDetails.
Enumerations

  EnumerationDescription
Public enumerationBarSegmentHandling
An enum used to specify how reference elements are rendered on a BarChart or CombinationChart for different values of StackMode.
Public enumerationColumnNameMatch
Describes which axis of a visualization to extract the column names from and treat like a pseudo column that is matched against a column in a secondary table.
Public enumerationReferenceValueEvaluationModes
Controls for which subsets of the data a reference value is computed.
Public enumerationValueAxis
Used to denote which axis that should be treated as the value axis.