Classes
| Class | Description | |
|---|---|---|
| Area |
Represents an area in a reference element, which can have fill and stroke properties.
| |
| AreaPropertyNames |
Declares property name constants for the public properties of Area.
| |
| Band |
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.
| |
| BandPropertyNames |
Declares property name constants for the public properties of Band.
| |
| Box |
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.
| |
| BoxPropertyNames |
Declares property name constants for the public properties of Box.
| |
| Label |
Represents a label configuration in a reference element.
| |
| LabelPropertyNames |
Declares property name constants for the public properties of Label.
| |
| LabelStyle |
Represents the settings for a label in the context of a ReferenceLayer.
| |
| LegendReferenceLayerItem | Represents a legend item for a reference layer.
| |
| LegendReferenceLayerTitleItem |
Represents a legend item containing the title of a reference layer.
| |
| Line |
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.
| |
| LinePropertyNames |
Contains property name constants for the public properties of Line.
| |
| LineConnection |
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.
| |
| LineConnectionPropertyNames |
Contains property name constants for the public properties of LineConnection.
| |
| Marker |
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.
| |
| MarkerPropertyNames |
Contains property name constants for the public properties of Marker.
| |
| ReferenceLayer |
Represents a layer of reference elements.
| |
| ReferenceLayerPropertyNames |
Contains property name constants for the public properties of ReferenceLayer.
| |
| ReferenceLayerColorAxis |
Color axis for reference layers.
| |
| ReferenceLayerColorAxisPropertyNames |
Contains property name constants for the public properties of ReferenceLayerColorAxis.
| |
| ReferenceLayerData |
Represents the data for a layer of reference elements.
| |
| ReferenceLayerDataPropertyNames |
Contains property name constants for the public properties of ReferenceLayerData.
| |
| ReferenceLayerDetails |
Representation of detail information for elements in a ReferenceLayer.
The information contained in this class is displayed in tooltips.
| |
| ReferenceLayerDetailsPropertyNames |
Contains property name constants for the public properties of ReferenceLayerDetails.
| |
| ReferenceLayerElementByAxis |
Categorical axis for reference-layer element-by grouping.
| |
| ReferenceLayerXAxis |
Axis for reference-layer category/grouping without introducing a scale axis.
| |
| ReferenceLayerXAxisPropertyNames |
Contains property name constants for the public properties of ReferenceLayerXAxis.
| |
| ReferenceStatistic |
Represents a statistic measure shown in a ReferenceStatisticLayer.
| |
| ReferenceStatisticPropertyNames |
Contains property name constants for the public properties of ReferenceStatistic class.
| |
| ReferenceStatisticCollection |
Represents a collection of ReferenceStatistic instances.
| |
| ReferenceStatisticCollectionPropertyNames |
Contains property name constants for the public properties of ReferenceStatisticCollection class.
| |
| ReferenceStatisticLayer |
Represents a layer of reference statistics elements.
| |
| ReferenceStatisticLayerPropertyNames |
Contains property name constants for the public properties of Layer.
| |
| ReferenceValueColumn |
Represents an expression for a reference value.
| |
| ReferenceValueColumnPropertyNames |
Contains property name constants for the public properties of ReferenceValueColumn.
| |
| StatisticStyle |
Represents the style settings for statistics in the context of a ReferenceStatisticLayer.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| BarSegmentHandling |
An enum used to specify how reference elements are rendered on a BarChart or CombinationChart
for different values of StackMode.
| |
| CategoryAxis |
Used to denote an axis.
| |
| ColumnNameMatch |
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.
| |
| DisplayNameGranularity |
Display name granularity determines whether to show one or multiple display name labels.
| |
| ReferenceValueEvaluationModes |
Controls for which subsets of the data a reference value is computed.
| |
| RenderArea |
Render area
| |
| ValueAxis |
Used to denote which axis that should be treated as the value axis.
|