XY Renderer
XY Renderer is a base renderer for data items on an XY Plot. It inherits base renderer's properties and adds its own properties.
Properties
Base Item Label Generator
The default XY Item Label Generator used to create item labels when no custom generator is set for the series.
Property name: baseItemLabelGenerator
Property type: Data Table
Base Item Tool Tip Generator
The default XY Tool Tip Generator used to create tool tips when there is no custom generator set for the series.
Property name: baseToolTipGenerator
Property type: Data Table
Legend Item Label Generator
The generator for the series name in the legend.
Format string that may contain the {0} token to represent series name.
Property name: legentItemLabelGenerator
Property type: Data Table
Legend Item Tool Tip Generator
The generator of the tool tips for the legend items.
Format string that may contain the {0} token to represent series name.
Property name: legentItemToolTipGenerator
Property type: Data Table
Series Item Label Generators
The table defining item label generators for individual data series.
Property | Name | Type | Description |
Index | index | Integer | Series index. |
Series Item Label Generator | seriesItemLabelGenerator | Data Table | An item label generator for the series. |
Property name: seriesItemLabelGenerators
Property type: Data Table
Series Tool Tip Generators
The table defining item tool tip generators for individual data series.
Property | Name | Type | Description |
Index | index | Integer | Series index. |
Series Item Tool Tip Generator | seriesToolTipGenerator | Data Table | An tool tip generator for the series. |
Property name: seriesToolTipGenerators
Property type: Data Table
Series Rendering Order
Rendering order for the series in the dataset: Forward of Reverse.
Series are, by default, rendered in reverse order (so that the first series in each dataset appears in front of all the other series in that dataset).
Property name: seriesRenderingOrder
Property type: String
Renderer Annotations
Renderer annotations have two differences from plot annotations:
Render annotation properties:
Property | Name | Type | Description |
Annotation | annotation | Data Table | Annotation type and properties table. The following standard annotation types are available: |
Layer | layer | String | Layer to put the annotation on: Foreground or Background. |
Property name: rendererAnnotations
Property type: Data Table
Was this page helpful?