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.
| |
| 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.
| |
| 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.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| BarSegmentHandling |
An enum used to specify how reference elements are rendered on a BarChart or CombinationChart
for different values of StackMode.
| |
| 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.
| |
| ReferenceValueEvaluationModes |
Controls for which subsets of the data a reference value is computed.
| |
| ValueAxis |
Used to denote which axis that should be treated as the value axis.
|