Spotfire.Dxp.Application.Visuals.ReferenceElements Namespace

Spotfire 15.0 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 classLegendReferenceLayerTitleItem
Represents a legend item containing the title of 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 classReferenceLayerColorAxis
Color axis for reference layers.
Public classReferenceLayerColorAxisPropertyNames
Contains property name constants for the public properties of ReferenceLayerColorAxis.
Public classReferenceLayerData
Represents the data for a layer of reference elements.
Public classReferenceLayerDataPropertyNames
Contains property name constants for the public properties of ReferenceLayerData.
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.
Public classReferenceLayerElementByAxis
Categorical axis for reference-layer element-by grouping.
Public classReferenceLayerXAxis
Axis for reference-layer category/grouping without introducing a scale axis.
Public classReferenceLayerXAxisPropertyNames
Contains property name constants for the public properties of ReferenceLayerXAxis.
Public classReferenceStatistic
Represents a statistic measure shown in a ReferenceStatisticLayer.
Public classReferenceStatisticPropertyNames
Contains property name constants for the public properties of ReferenceStatistic class.
Public classReferenceStatisticCollection
Represents a collection of ReferenceStatistic instances.
Public classReferenceStatisticCollectionPropertyNames
Contains property name constants for the public properties of ReferenceStatisticCollection class.
Public classReferenceStatisticLayer
Represents a layer of reference statistics elements.
Public classReferenceStatisticLayerPropertyNames
Contains property name constants for the public properties of Layer.
Public classReferenceValueColumn
Represents an expression for a reference value.
Public classReferenceValueColumnPropertyNames
Contains property name constants for the public properties of ReferenceValueColumn.
Public classStatisticStyle
Represents the style settings for statistics in the context of a ReferenceStatisticLayer.
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 enumerationCategoryAxis
Used to denote an axis.
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 enumerationDisplayNameGranularity
Display name granularity determines whether to show one or multiple display name labels.
Public enumerationReferenceValueEvaluationModes
Controls for which subsets of the data a reference value is computed.
Public enumerationRenderArea
Render area
Public enumerationValueAxis
Used to denote which axis that should be treated as the value axis.